a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
49 lines
2.0 KiB
XML
49 lines
2.0 KiB
XML
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="database-configuring-rpc">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Configure the RPC messaging system</title>
|
|
<para>OpenStack projects use an open standard for messaging
|
|
middleware known as AMQP. This messaging middleware enables the
|
|
OpenStack services that run on multiple servers to talk to each
|
|
other. OpenStack Trove RPC supports three implementations of AMQP:
|
|
<application>RabbitMQ</application>,
|
|
<application>Qpid</application>, and
|
|
<application>ZeroMQ</application>.</para>
|
|
|
|
<section xml:id="database-configure-rabbitmq">
|
|
<title>Configure RabbitMQ</title>
|
|
<para>Use these options to configure the
|
|
<application>RabbitMQ</application> messaging system:
|
|
</para>
|
|
<xi:include href="../../common/tables/trove-rabbitmq.xml"/>
|
|
</section>
|
|
<section xml:id="database-configure-qpid">
|
|
<title>Configure Qpid</title>
|
|
<para>Use these options to configure the
|
|
<application>Qpid</application> messaging system:
|
|
</para>
|
|
<xi:include href="../../common/tables/trove-qpid.xml"/>
|
|
</section>
|
|
<section xml:id="database-configure-zeromq">
|
|
<title>Configure ZeroMq</title>
|
|
<para>Use these options to configure the
|
|
<application>ZeroMq</application> messaging system:
|
|
</para>
|
|
<xi:include href="../../common/tables/trove-zeromq.xml"/>
|
|
</section>
|
|
<section xml:id="database-common-messaging-configuration">
|
|
<title>Configure messaging</title>
|
|
|
|
<para>Use these common options to configure the
|
|
<application>RabbitMQ</application>,
|
|
<application>Qpid</application>, and
|
|
<application>ZeroMq</application> messaging drivers:</para>
|
|
|
|
<xi:include href="../../common/tables/trove-amqp.xml"/>
|
|
<xi:include href="../../common/tables/trove-rpc.xml"/>
|
|
</section>
|
|
</section>
|