stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

How can I see a list of all the destinations and queues of a particular server? #119

Closed GildedHonour closed 8 years ago

GildedHonour commented 8 years ago

How can I see a list of all the destinations and queues of a particular server?

gmallard commented 8 years ago

This is not related to STOMP.

Different servers (AMQ, RabbitMQ, Apollo, .... etc) will provide an API for accessing their message stores. Refer to server documentation for your particular server.

Closing this, not STOMP / gem related.