<div dir="ltr">I have installed a rabbitmq server and i connect to it from different machine (from other networks). <div>All is good when client A (.Net) sent a message to client B (.Net) .</div><div>But, when i disconnect the client A (connection.close() and channel.close() ) then client B sent a message  to client A, the message is stored in queue.</div><div>When client A reconnect, the message is not delivered and all others incoming messages are not delivered but stocked in queue.</div><div><br></div><div>Ps: Client A is connected from another network and client B from the same server's network.</div><div>      The problem doesn't appear with client connected from the same server's network.</div></div>