OpenStack library for messaging
Go to file
Mark McLoughlin 978d19c256 Rework how queues get created in fake driver
Currently, if there are no servers listening on a topic then a message
to that topic just gets dropped by the fake driver.

This makes the tests intermittently fail if the server takes longer to
start.

Turn things on their head so that the client always creates the queues
on the exchange so that messages can get queued up even if there is no
server listening.

Now we also need to delete the "duplicate server on topic" test - it's
actually fine to have multiple servers listening on the one topic.
2013-06-15 18:56:11 +01:00
doc Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
oslo Rework how queues get created in fake driver 2013-06-15 18:56:11 +01:00
tests Rework how queues get created in fake driver 2013-06-15 18:56:11 +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 Import stuff from oslo-incubator 2013-06-15 08:43:54 +01:00
requirements.txt Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
setup.cfg Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
setup.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test-requirements.txt Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
tox.ini Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00

README.rst

Oslo Messaging Library

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