OpenStack library for messaging
Go to file
Mark McLoughlin 59299dc202 Fix error message if message handler fails
There are a number of situations in which we log a message if an
exception occurs during the handling of a message:

  1) Something goes wrong pulling the message from the queue and
     de-serializing it - here we print "Failed to process message"

  2) An RPC endpoint method raises an expected exception - here we
     print an 'Expected exception during message handling' debug
     message

  3) An RPC endpoint method raises any other exception - here we
     should print an 'Exception during message handling' error message

However, in the latter case, we are currently printing out the 'Failed
to process' error message.

Change-Id: I4f7042b8ec978aaff8f4e20e62ba1ac765fe6ba5
2013-08-26 10:38:35 +01:00
doc/source Remove ConfFixture from toplevel public API 2013-08-17 17:49:23 +01:00
oslo Fix error message if message handler fails 2013-08-26 10:38:35 +01:00
tests Add a Notifier.prepare() method 2013-08-21 07:30:49 +01:00
.gitignore Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
.gitreview Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
.testr.conf Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
CONTRIBUTING.rst Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
LICENSE Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
MANIFEST.in Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
README.rst Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
openstack-common.conf Add missing gettextutils 2013-07-27 15:49:48 +01:00
requirements.txt Remove ConfFixture from toplevel public API 2013-08-17 17:49:23 +01:00
setup.cfg Ensure namespace package is installed 2013-08-12 14:35:33 +01:00
setup.py Ensure namespace package is installed 2013-08-12 14:35:33 +01:00
test-requirements.txt Merge "Bumps hacking to 0.7.0" 2013-08-17 17:10:26 +00:00
tox.ini Simplify public symbol exports 2013-06-24 12:52:30 +01:00

README.rst

Oslo Messaging Library

The Oslo messaging API supports RPC and notifications over a number of different messsaging transports.