Hi, I am seeing in my console that my address: "fooQueue" has two queues attached to it, one with the same name as the address, and a duplicate with a seemingly random number appended to the end such as "fooQueue-5", but I've never seen the number higher than 8 or 9. Messages are added to the queue seemingly randomly, and the console only shows the messages as having been added, but not ever consumed, even though they are set to never expire.
What would be the reason for this? I have the "auto-create-queues" attribute set to "true" in the broker.xml -- not sure if that is related. Also the consumers and producers of the queues are Java clients if that helps. Thanks much for any inputs!