Is it possible to get a list of queues on a remote broker?
I'm trying to figure out how to get a list of existing queues on a remote broker. It looks like I can listen to queues as they are created/destroyed by adding an advisory message (which I don't yet have working) but I need to get all EXISTING queues on startup. It looks like I can do this with getDestinationMap: http://activemq.apache.org/maven/apidocs/org/apache/activemq/broker/region/Region.html#getDestinationMap() But that seems like it can only be called from an embedded and in-process broker. I mean... I'm willing to go that route but it seems to make more sense to just have the normal