Which version of amqplib are you using?
Version 0.6.2-devel
Which broker are you using (RabbitMQ?) which version?
rabbitmq 2.5.0
Which version of Python?
Python 2.6.1
What steps will reproduce the problem?
1. Receive a message from the queue.
2. Compare the message against something without the 'properties' attribute.
3. Watch an exception be raised.
What is the expected output? What do you see instead?
A comparison is a simple operation that should not cause exceptions. Only true
or false.
Please provide any additional information below.
I've attached a patch to fix the issue.
Original issue reported on code.google.com by Tarrant....@gmail.com on 8 Jul 2011 at 5:41
Original issue reported on code.google.com by
Tarrant....@gmail.com
on 8 Jul 2011 at 5:41Attachments: