ec4d6639bc
The get_rpc_transport wraps get_transport to unify the API in anticipation of comprehensive separation of RPC and Notification messaging backends. Related-Bug: 1680192 Change-Id: Ic6af07b98ff43806c2af38a3ba129991f1e0ec86
652 B
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