925eb734a9
Back in liberty we marked this driver as deprecated. This patch removes it from the tree. The patch also removes tests, options and other references in the documentation. Note that one script is being kept because it's required by the amqp driver. Depends-On: If4b1773334e424d1f4a4e112bd1f10aca62682a9 Change-Id: I4a9cba314c4a2f24307504fa7b5427424268b114
29 lines
685 B
ReStructuredText
29 lines
685 B
ReStructuredText
---------
|
|
Transport
|
|
---------
|
|
|
|
.. currentmodule:: oslo_messaging
|
|
|
|
.. autofunction:: get_transport
|
|
|
|
.. autoclass:: Transport
|
|
|
|
.. autoclass:: TransportURL
|
|
:members:
|
|
|
|
.. autoclass:: TransportHost
|
|
|
|
.. autofunction:: set_transport_defaults
|
|
|
|
|
|
Forking Processes and oslo.messaging Transport objects
|
|
------------------------------------------------------
|
|
|
|
oslo.messaging can't ensure that forking a process that shares the same
|
|
transport object is safe for the library consumer, because it relies on
|
|
different 3rd party libraries that don't ensure that. In certain
|
|
cases, with some drivers, it does work:
|
|
|
|
* rabbit: works only if no connection have already been established.
|
|
* amqp1: works
|