gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
243 stars 58 forks source link

Add 'redelivered' as a read-only property of rabbitpy.Message #30

Closed boivie closed 10 years ago

boivie commented 10 years ago

It can be used for implementing retry logic or error handling when finding messages that have previously been nack:ed.

gmr commented 10 years ago

Looks good, thanks!