[rabbitmq-discuss] Monitoring Client Connection and Disconnection

Simon MacMullen simon at rabbitmq.com
Wed Nov 28 12:45:11 GMT 2012


On 28/11/12 12:40, Simon MacMullen wrote:
> 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 :(

Also, you may find Tony's presence exchange useful, it solves a somewhat 
similar problem:

https://github.com/tonyg/presence-exchange

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list