712f6e3c5e
This change reintroduces the fake_rabbit only for backward compatibility,
but mark it as deprecated.
Now, to use the kombu in-memory driver (that is not thread safe) we must
set the transport_url config option to 'kombu+memory:////" or the
rpc_backend to kombu+memory.
Or we can use the fake driver of oslo.messaging by setting the
transport_url to 'fake:///' or the rpc_backend to 'fake'
This is effectively reverting commit
|
||
---|---|---|
.. | ||
drivers | ||
executors | ||
functional | ||
notify | ||
rpc | ||
__init__.py | ||
test_amqp_driver.py | ||
test_exception_serialization.py | ||
test_expected_exceptions.py | ||
test_opts.py | ||
test_target.py | ||
test_transport.py | ||
test_urls.py | ||
test_utils.py | ||
utils.py |