<div class="gmail_quote">On 3 February 2012 10:25, Randall Richard <span dir="ltr">&lt;<a href="mailto:randall@trellisapp.com">randall@trellisapp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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?</blockquote><div><br>Sort of, indirectly: there&#39;s an exchange called amq.rabbitmq.log that 
receives all events that go out to Erlang&#39;s SASL logging system. You can
 bind to that to receive all the info, warning, error messages etc. You&#39;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.<br><br>Regards,<br>� Tony<br></div></div>-- <br>Tony Garnock-Jones<br><a href="mailto:tonygarnockjones@gmail.com" target="_blank">tonygarnockjones@gmail.com</a><br><a href="http://homepages.kcbbs.gen.nz/tonyg/" target="_blank">http://homepages.kcbbs.gen.nz/tonyg/</a><br>