openstack-manuals/doc/config-reference/database-service/section-databaseservice-rpc.xml
Andreas Jaeger e77dbe04ac Remove extra xmlns lines
We do not need these namespaces like xmlns:svg and xmlns:html anywhere,
remove the declarations.

Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
2014-05-02 08:24:52 +02:00

49 lines
2.0 KiB
XML

<section xml:id="database-configuring-rpc"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0">
<?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>