openstack-manuals/doc/config-reference/database-service/section-databaseservice-rpc.xml
Andreas Jaeger 9a158e51f2 Add stub files for Trove in Config Reference
This just lists the trove tables and needs further work.

Change-Id: I2097122c29e295de8d9ab8221415d5d69857793b
2014-03-30 20:04:35 +02:00

53 lines
2.2 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"
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:ns4="http://www.w3.org/2000/svg"
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
xmlns:ns="http://docbook.org/ns/docbook"
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>