Fix typo: AMPQ -> AMQP

Change-Id: Ie780b3ba9d0812b03e18830c824deb2e847053ad
Closes-Bug: #1306291
This commit is contained in:
Andreas Jaeger 2014-04-11 09:46:24 +02:00
parent 9ee39ee7c8
commit a4def753b1
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@
<para>The queue. A central hub for passing messages between
daemons. Usually implemented with <link
xlink:href="http://www.rabbitmq.com/">RabbitMQ</link>, but
could be any AMPQ message queue, such as <link
could be any AMQP message queue, such as <link
xlink:href="http://qpid.apache.org/">Apache Qpid</link> or
<link xlink:href="http://www.zeromq.org/">Zero
MQ</link>.</para>

View File

@ -178,7 +178,7 @@
<listitem>
<para>The queue provides a central hub for passing messages
between daemons. This is usually implemented with RabbitMQ
today, but could be any AMPQ message queue (such as Apache
today, but could be any AMQP message queue (such as Apache
Qpid). New to the Folsom release is support for Zero
MQ.</para>
</listitem>