[rabbitmq-discuss] Monitoring Client Connection and Disconnection

Simon MacMullen simon at rabbitmq.com
Wed Nov 28 12:40:29 GMT 2012


On 28/11/12 12:36, Lars Ellebo wrote:
> Is it possible to configure some kind of system-queue on the RabbitMQ, where
> I can subscribe for a Message every time a client connects or disconnects
> from the RabbitMQ?

You could bind to the amq.rabbitmq.log exchange, receive log messages 
and parse them for "accepting AMQP connection..." and "closing AMQP 
connection...".

One day we will get round to exposing created / deleted events for 
everything over AMQP - not yet sadly :(

Cheers, Simon


-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list