php-doc-en/reference/amqp/book.xml
Pieter de Zwart 76909071ad Initial commit of AMQP documentation after preliminary approval from PHP Doc list.
Part 1 of 2 part commit. Associated commit is of doc-base.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300253 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-07 06:56:48 +00:00

52 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.amqp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>AMQP</title>
<titleabbrev>AMQP</titleabbrev>
<preface xml:id="intro.amqp">
&reftitle.intro;
<para>
<link xlink:href="&url.amqp;">AMQP</link> stands for <link
xlink:href="&url.amqp;">Advanced Message Queue Protocol</link>, which is an open standard middleware
layer for message routing and queuing. This extension is compatible with any Version 0-8 compatible AMQP
broker, such as <link xlink:href="&url.amqp.rabbitmq;">RabbitMQ</link> and <link
xlink:href="&url.amqp.openamq;">OpenAMQ</link>.
</para>
<para>
This extension relies on the <link xlink:href="&url.amqp.librabbitmq;">librabbitmq</link> RPC library for
communicating with the AMQP broker. Though named "rabbit", this library is compatible with all Version 0-8
compatible AMQP brokers.
</para>
</preface>
&reference.amqp.setup;
&reference.amqp.constants;
&reference.amqp.examples;
&reference.amqp.amqpconnection;
&reference.amqp.amqpexchange;
&reference.amqp.amqpqueue;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->