mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
QueueQuery was previously used instead of checking for bindings on a particular address name. This meant sending and receiving only worked for those queues that happened to have the same queueName to address. This patch replaces this with binding check. There's also some minor ProtonTest fixes included.