[rabbitmq-discuss] How to get list of declared exchanges and queues in rabbitmq using Java?

Alvaro Videla videlalvaro at gmail.com
Tue May 6 10:35:02 BST 2014


Hi,

You need to use the HTTP API to get that information.

More info on the API here:
http://hg.rabbitmq.com/rabbitmq-management/raw-file/10f29da5b9f0/priv/www/api/index.html

Regards,

Alvaro

On Tue, May 6, 2014 at 1:23 AM, ankit2186 <ankit2186 at gmail.com> wrote:
> How to get list of declared exchanges and queues in rabbitmq using Java?
>
> I am looking for a way to list all declared exchanges, queues in rabbitmq
> using Java code. I am aware of command line tool: command "rabbitmqctl
> list_queues" also I am aware of management tool "rabbitmqadmin list queues"
>
>
>
> --
> View this message in context: http://rabbitmq.1065348.n5.nabble.com/How-to-get-list-of-declared-exchanges-and-queues-in-rabbitmq-using-Java-tp35352.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list