mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323238 c90b9560-bf6c-de11-be94-00142212c4b1
58 lines
1.9 KiB
XML
58 lines
1.9 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-9-1 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-9-1
|
|
compatible AMQP brokers.
|
|
</para>
|
|
|
|
<para>
|
|
We *HIGHLY* recommend you review the <link xlink:href="&url.amqp.amqp_0_9_1_reference;">AMQP specification reference, version 0-9-1</link>. This document will help explain a lot of the calls made available by this extension.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.amqp.setup;
|
|
&reference.amqp.constants;
|
|
&reference.amqp.examples;
|
|
&reference.amqp.amqpconnection;
|
|
&reference.amqp.amqpchannel;
|
|
&reference.amqp.amqpexchange;
|
|
&reference.amqp.amqpqueue;
|
|
&reference.amqp.amqpenvelope;
|
|
|
|
</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
|
|
-->
|