oslo.messaging/doc/source/reference/transport.rst
Dong Ma 280cb368f7 rearrange content to fit the new standard layout
Change-Id: I4dd1c9c289d31077b71f3d96877b776d9d5e16f7
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017-07-06 03:19:38 +08:00

652 B

Transport

oslo_messaging

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