RabbitMQ

Hello.

I need to get whole list of queues from RabbitMQ. Currently I’m using

basic_get($queue)

to get information by name, but I don’t need to select it by name, because I need whole list, so I can’t use this function.

How I can do that?
Thanks.