I&#39;m trying to achieve a durable queue using the python client.<div><br><div>My setup is stock rabbit release from debian apt-get (using the rabbit apt repository)</div><div><br></div><div>I set it up using this code:�</div>
<div><br></div><div><a href="http://github.com/bwhitman/py-amqplib-wrapper/blob/556f6daf498a7b84dba27dba38c6880b4a4b239a/amqp-wrapper.py">http://github.com/bwhitman/py-amqplib-wrapper/blob/556f6daf498a7b84dba27dba38c6880b4a4b239a/amqp-wrapper.py</a><br>
</div><div><br></div><div>This uses amqplib.clent_0_8</div><div><br></div><div>I declare the queue and exchange with durable=True. I add a bunch of messages and issue a /etc/init.d/rabbitmq-server restart. On restart the queue I created has 0 messages.</div>
<div><br></div><div>Any ideas?</div></div>