Comment 4 for bug 1338732

Revision history for this message
Noel Burton-Krahn (noelbk) wrote :

Unfortunately, rabbit still drops reply if auto_delete=False, durable=True

https://gist.github.com/noelbk/f8476952809dac8a295c

All the queues and exchanges are creates with auto_delete=False, durable=True (search for exchange_declare and queue_declare above), but the client still fails to consume a message the server published before the client reconnects to rabbit.

I do see that the server calls exchange_declare before publishing, but but queue_declare. What does that mean to publish to an exchange when the client will consume from a queue?