jbertram opened a new pull request, #4957:
URL: https://github.com/apache/activemq-artemis/pull/4957
There's an edge-case in the auto-creation logic for anycast queues that
checks to see if any queue already exists on the address and if so then nothing
further is created. It's not clear to me what use-case this is for, and it
precludes the use-case detailed on ARTEMIS-4787 where a migrating user has
overlapping names for JMS queues and topics.
This commit removes this edge-case and adds a test to verify auto-creation
works properly with both OpenWire and Core. The test includes methods for AMQP,
but they are disabled since the AMQP protocol handler doesn't handle this
use-case at all. This PR is specifically for OpenWire.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact