php-doc-en/reference/sam/book.xml
2011-07-15 15:46:15 +00:00

58 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- Membership: pecl -->
<book xml:id="book.sam" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Simple Asynchronous Messaging</title>
<titleabbrev>SAM</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.sam">
&reftitle.intro;
<para>
This extension provides access to the functionality of messaging and
queueing systems, such as the IBM WebSphere MQSeries family of products,
from PHP scripts. The interface is designed to make it extremely simple
to do the more commonly required tasks such as deliver simple text
messages to queues while still allowing skilled users to do more complex
messaging operations. For many users the complexities of setting up
numerous options can be simply ignored.
</para>
<para>
The SAM extension is a framework that provides a very simple API that can be used to
access a number of messaging middleware systems. Currently the package
includes built-in support for the MQTT (MQ Telemetry Transport) messaging protocol and support for the IBM
Messaging and Queuing middleware products. SAM is designed to be readily extended to
support other messaging systems and extension modules may be written in C or PHP.
</para>
</preface>
<!-- }}} -->
&reference.sam.setup;
&reference.sam.constants;
&reference.sam.examples;
&reference.sam.reference;
</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
-->