[rabbitmq-discuss] how to set timestamp on basic properties

Emile Joubert emile at rabbitmq.com
Tue Jan 22 16:56:38 GMT 2013


Hi,

On 22/01/13 16:48, jdepp wrote:
> thanks for your response. Makes sense.
> one unrelated question: do you know if one can obtain the list of queues
> binded to an exchange programmatically.

Not through AMQP no. But you can query the HTTP API, which is what
provides the information displayed in the management console.

You could also parse the output of the relevant "rabbitmqctl list_*"
commands, either by invoking rabbitmqctl directly or by attaching to the
broker as an Erlang node. This needs access to the .erlang.cookie file.



-Emile






More information about the rabbitmq-discuss mailing list