tags:

views:

42

answers:

0

I am trying to write a test utility to list out the various items within the SonicMQ environments I connect to. I have been able to list out a number of items, including brokers, containers, and queues, but topics continue to elude me. I have searched through the API doc and played around a bit in code to no avail.

Is there a way to list out topics in SonicMQ? Is there perhaps a more generic means of listing all destinations (queues and topics)? Is there something in JMS that I missed to get this information?