michaelpearce-gain commented on issue #3047: ARTEMIS-2680 use q name for addr if none specified via config URL: https://github.com/apache/activemq-artemis/pull/3047#issuecomment-604124890 isnt the overloaded createQueue a legacy of pre 2.x model, where queues and topics were modelled differently and thus to keep some compatibilty and for JMS server bits that were still about, the createQueue was more for JMS create a JMS queue where queue and address did match. Now the question i would ask, is should you be able to make a queue without an address, to me it seems we shouldnt so if anything we should probably clean out that createQueue method that creates and address based on queueName , createQueue really must/should provide an address IMO.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services