[rabbitmq-discuss] Presence Exchange Related Question

Tony Garnock-Jones tonygarnockjones+rabbitmq at gmail.com
Fri Feb 3 18:48:59 GMT 2012


On 3 February 2012 10:25, Randall Richard <randall at trellisapp.com> wrote:

> Hello Tony, in addition to being notified of binds and unbinds, is there
> something equivalent in RabbitMQ that can notify about broker wide activity
> such as a connection close?


Sort of, indirectly: there's an exchange called amq.rabbitmq.log that
receives all events that go out to Erlang's SASL logging system. You can
bind to that to receive all the info, warning, error messages etc. You'll
likely then have to do crude text parsing to recover some structure from
each log message, but it ought to be straightforward to get connection
opens and closes.

Regards,
  Tony
-- 
Tony Garnock-Jones
tonygarnockjones at gmail.com
http://homepages.kcbbs.gen.nz/tonyg/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120203/771bce60/attachment.htm>


More information about the rabbitmq-discuss mailing list