[rabbitmq-discuss] One Producer, X Consumers where X can change

Emile Joubert emile at rabbitmq.com
Mon Jan 14 09:51:36 GMT 2013


On 14/01/13 08:34, Shadowalker wrote:
> http://activemq.apache.org/cms/handling-advisory-messages.html
> <http://activemq.apache.org/cms/handling-advisory-messages.html>
> It allows one to check the count of currently listening consumer a
> queue/topic.
> 
> Is there anything like this in rabbit mq ?

RabbitMQ has something similar, but I don't think it can be used to
solve your problem. The "amq.rabbitmq.log" exchange receives all
messages that are sent to the logfile and can be used to track connections.

Also see
https://www.rabbitmq.com/firehose.html
This is a way to see all messages entering and leaving the broker.





-Emile





More information about the rabbitmq-discuss mailing list