oslo.messaging/doc/source/transport.rst
Flavio Percoco 925eb734a9 Remove qpidd's driver from the tree
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
2015-11-20 18:43:28 +00:00

685 B

Transport

oslo_messaging

get_transport

Transport

TransportURL

TransportHost

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