<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello.<br>
    It looks like one of our RabbitMQ plugins stopped working after we
    upgraded to 3.0.0.<br>
    Of course it can be that we are doing something wrong, I do not know
    any details yet, just wanted to check if there is a known change I
    should be aware of.<br>
    <br>
    The plugin that stopped working was hooking into the events to do
    its stuff when new exchange is created.<br>
    <br>
    <font face="Courier New, Courier, monospace"><br>
      -export([init/1, handle_call/2, handle_event/2, handle_info/2,<br>
               terminate/2, code_change/3]).<br>
      ...<br>
      <br>
      handle_event(Event = #event{type = exchange_created, props =
      [{name, ExchangeName = #resource{}} | _]},<br>
                   State) -><br>
      <br>
          rabbit_log:info("handle_event (Event=~p, State=~p)~n", [Event,
      State]),<br>
      ...<br>
    </font><br>
    <br>
    the INFO which used to appear in the log for 3.1.1 to 3.2.3 does not
    appear anymore.<br>
    I downgraded for now until I have time to debug it properly.<br>
    <br>
    Thanks<br>
  
This email is for the use of the intended recipient(s) only. If you have received this email in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this email without the author's prior permission. AlertMe.com Ltd. is not responsible for any personal views expressed in this message or any attachments that are those of the individual sender.<br/>
<br/>
AlertMe.com Ltd, 30 Station Road, Cambridge, CB1 2RE, UK.<br/>
Registered in England, Company number 578 2908, VAT registration number GB 895 9914 42.<br/>
</body>
</html>