This file is indexed.

/usr/share/doc/python-oslo.messaging/html/_sources/transport.txt is in python-oslo.messaging 5.10.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---------
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