oslo.messaging/oslo/messaging/_drivers
Mark McLoughlin 84a0693737 Remove unused IncomingMessage.done()
We appear to not have a use for this. I had originally thought we might
use this to ack messages one they've been processed and replied to, but
we actually have always acked messages as soon as they have been
deserialized and queued for dispatching.

Change-Id: I8e1fd565814f3b5e3ba0f1bc77e62ed52ff08661
2013-08-07 06:51:24 +01:00
..
__init__.py Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
amqp.py Pop _unique_id when checking for duplicates 2013-08-02 06:48:01 +01:00
amqpdriver.py Remove unused IncomingMessage.done() 2013-08-07 06:51:24 +01:00
base.py Remove unused IncomingMessage.done() 2013-08-07 06:51:24 +01:00
common.py Add exception serialization tests 2013-07-26 06:55:15 +01:00
impl_fake.py Remove unused IncomingMessage.done() 2013-08-07 06:51:24 +01:00
impl_qpid.py Implement wait_for_reply timeout in rabbit driver 2013-08-07 06:51:03 +01:00
impl_rabbit.py Implement wait_for_reply timeout in rabbit driver 2013-08-07 06:51:03 +01:00
pool.py Remove only_free param to Pool.get() 2013-07-27 15:43:29 +01:00