<div><div>High, I wonder if someone can help me</div><div><br></div><div>I'm using python and librabbitmq</div><div><br></div><div>I've a publisher and consumer (files are attached)</div><div><br></div><div>First Test&nbsp;</div><div>The consumer declares and binds a queue to the exchange with AutoDelete=True</div><div>Start the consumer then the publisher.</div><div>Everything works great until I kill the publisher. Then wait five minutes and run the publisher again.</div><div>When it starts, RabbitMQ deletes the queue. The consumer does not get notice that he "loss connection"</div><div><br></div><div>Second Test</div><div>Change the consumer queue to be AutoDelete=False.</div><div>Everything works great until I kill the publisher. Then wait five minutes and run the publisher again.</div><div>The queue is not deleted but the consumer does not get notice that he "loss connection" and no message are received.</div><div><br></div><div>This behavior is normal or I'm making a great mistake, because I'm supposing the consumer should be listening to incoming messages from publisher.</div><div><br></div><div>Thanks in advanced</div><div><br></div><div>Best regards</div></div><div><div><br></div><div><br></div><div><br></div><div><br></div></div>