oslo.messaging/oslo_messaging
Kenneth Giusti c127594de6 Provide better detection of failures during message send
This change causes the message sender to block until the messaging
infrastructure (e.g. the broker) assumes ownership of the message (or
fails to accept it).  If the message is accepted, then the sender will
either pend for a response (in the case of RPC), or simply return (in
the case of notification).  If the message is rejected by the
messaging infrastructure a MessagingException will be raised at the
sender.

Change-Id: I3f4a1ed1c17e18f6d629f16e6b5c99de45b083d6
Closes-Bug: #1377228
2015-06-08 20:42:10 -04:00
..
_cmd Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_drivers Provide better detection of failures during message send 2015-06-08 20:42:10 -04:00
_executors Add a new aioeventlet executor 2015-02-05 12:11:37 +01:00
notify Fix missing space in help text 2015-04-29 09:47:02 -05:00
openstack Remove stale copy of context.py 2015-05-24 03:13:43 +00:00
rpc Merge "Add support for multiple namespaces in Targets" 2015-03-13 11:38:25 +00:00
tests Provide better detection of failures during message send 2015-06-08 20:42:10 -04:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
_i18n.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_utils.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
conffixture.py Move each drivers options into its own group 2015-02-02 10:58:54 +01:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
localcontext.py Deprecates the localcontext API 2015-03-11 16:14:50 +01:00
opts.py zmq: Add support for ZmqClient pooling 2015-04-26 11:01:04 +01:00
serializer.py Add RequestContextSerializer 2015-05-07 12:07:47 +03:00
server.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
target.py Add support for multiple namespaces in Targets 2015-03-12 16:07:51 -04:00
transport.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00