oslo.messaging/oslo
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
..
messaging Rework how queues get created in fake driver 2013-06-15 18:56:11 +01:00
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00