jbertram 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-603856438 @michaelandrepearce, currently if you add a `CoreQueueConfiguration` object with no address to `Configuration` and start the broker the queue will fail to load with a WARN message. However, if you invoke one of the overloaded `createQueue` methods with effectively no address the queue will be created using the queue's name as the address name. The behavior from `createQueue` seems OK to me so I think using `CoreQueueConfiguration` should work the same. To be clear, the use-case here is an embedded broker without XML configuration.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
