<div>Hi All,</div><div><br><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">I have a small OTP App ( say node A), that subscribes to a RabbitMQ queue, and also talks to another erlang node in another process ( node B ).</div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">Now, sometimes the process hosting node B crashes for some reason, and my node A gets a 'nodedown' message. Up till this point, consumption from RabbitMQ works perfectly.&nbsp;</div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">However, after my handle_info has finished processing the nodedown, if I publish a message to the RabbitMQ queue, my app doesn't consume it. However, all messages published after this one are consumed properly and processed. However that 1 message remains in a message_unacknowledged state in the queue, even though my handle_info refuses to have ever consumed it !</div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">i.e: it looks like the message is being consumed from the queue, but not delivered to the subscribed erlang process ( in case of my app, the handle_info function ).&nbsp;</div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">Is this a known issue in the client ? Can someone please help me with this ?</div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">Rabbitmq server version : 2.7.1</div><div style="border-style: initial; border-color: initial; ">Rabbitmq client version : 0.9.1 version of the AMQP protocol</div><div style="border-style: initial; border-color: initial; ">Erlang: R15B&nbsp;</div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; "><div style="border-style: initial; border-color: initial; border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; border-style: initial; border-color: initial; ">----------------<br class="Apple-interchange-newline">Since the other thread where I asked this was sorta hijacked, I'm creating a new thread for this in case someone ends up seeing this.</div><div style="border-style: initial; border-color: initial; border-style: initial; border-color: initial; ">-----------</div></div><div style="border-style: initial; border-color: initial; "><br></div><div style="border-style: initial; border-color: initial; ">Thanks !</div></div>