oslo.messaging/oslo_messaging/_drivers/amqp1_driver
Kenneth Giusti 9fab0bdbc8 [AMQP 1.0] Resend messages that are released or modified
A message ack status of 'RELEASED' or 'MODIFIED' indicates that the
message was not accepted by the destination due to some temporary
issue.  These status are used to indicate to the sender that the
message can be safely re-transmitted without risk of duplication
(i.e. the delivery is not 'in-doubt').  For example this may happen
during a message bus topology update if a message is sent before the
topology stabilizes.

This change implements re-send for these cases.

Closes-Bug: #1646586
Change-Id: I419e23b59e3eb90fda3f1c0e7ddf54ef98870e4b
2017-01-09 09:30:57 -05:00
..
__init__.py Reorganize the AMQP 1.0 driver source files 2016-05-13 14:04:37 -04:00
addressing.py Fix typos in addressing.py and setup.cfg 2016-10-17 15:56:06 +08:00
controller.py [AMQP 1.0] Resend messages that are released or modified 2017-01-09 09:30:57 -05:00
eventloop.py [AMQP 1.0] Propagate authentication errors to caller 2017-01-03 09:48:55 -05:00
opts.py [AMQP 1.0] Resend messages that are released or modified 2017-01-09 09:30:57 -05:00
oslo_messaging_amqp_driver_overview.rst [doc] Fix three typos 2016-11-28 21:14:31 +09:00