openstack-manuals/doc/install-guide/source/environment-messaging.rst
Takashi Kajinami 5ebdf9d1fd Remove reference to ZeroMQ
ZeroMQ driver was removed from oslo.messaging[1].

[1] f2fd8d437589d94443a137c7ca7a38d6b782d153

Change-Id: Ica00595b45cb95be3f491ad9caf8dabbc283e466
2024-04-30 21:26:02 +09:00

21 lines
736 B
ReStructuredText

Message queue
~~~~~~~~~~~~~
OpenStack uses a :term:`message queue` to coordinate operations and
status information among services. The message queue service typically
runs on the controller node. OpenStack supports several message queue
services including `RabbitMQ <https://www.rabbitmq.com>`__ and
`Qpid <https://qpid.apache.org>`__.
However, most distributions that package OpenStack support a particular
message queue service. This guide implements the RabbitMQ message queue
service because most distributions support it. If you prefer to
implement a different message queue service, consult the documentation
associated with it.
The message queue runs on the controller node.
.. toctree::
:glob:
environment-messaging-*