[rabbitmq-discuss] how to get the no of consumers for a publisher which is used type = fanout .

Michael Klishin michael.s.klishin at gmail.com
Thu Sep 12 17:16:07 BST 2013


2013/9/12 Ramu M <mramu789 at gmail.com>

> how to get the no of consumers for a publisher which is used type = fanout
> .


You can get the # of consumers from queue.declare-ok (response to
queue.declare).

Exchanges don't have consumers, queues do. See
http://www.rabbitmq.com/tutorials/amqp-concepts.html
for more info.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130912/1111b4d9/attachment.htm>


More information about the rabbitmq-discuss mailing list