dsr Wed Feb 7 10:29:12 2007 UTC
Modified files:
/phpdoc/en/reference/sam constants.xml reference.xml
Log:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sam/constants.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/sam/constants.xml
diff -u phpdoc/en/reference/sam/constants.xml:1.6
phpdoc/en/reference/sam/constants.xml:1.7
--- phpdoc/en/reference/sam/constants.xml:1.6 Tue Feb 6 15:08:09 2007
+++ phpdoc/en/reference/sam/constants.xml Wed Feb 7 10:29:12 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="mq.constants">
&reftitle.constants;
&extension.constants;
@@ -187,7 +187,7 @@
<varlistentry>
<term>
<constant>SAM_MQTT_CLEANSTART</constant>
- (<type>string</type>)
+ (<type>bool</type>)
</term>
<listitem>
<simpara>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sam/reference.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/sam/reference.xml
diff -u phpdoc/en/reference/sam/reference.xml:1.6
phpdoc/en/reference/sam/reference.xml:1.7
--- phpdoc/en/reference/sam/reference.xml:1.6 Tue Feb 6 15:08:09 2007
+++ phpdoc/en/reference/sam/reference.xml Wed Feb 7 10:29:12 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<reference id="ref.sam">
<title>SAM - Simple Asynchronous Messaging</title>
<titleabbrev>SAM</titleabbrev>
@@ -308,12 +308,12 @@
sam.factory.wmq:client=xms
sam.factory.wmq:bindings=xms
sam.factory.wpm=xms
-sam.factory.wrtt=xms
+sam.factory.rtt=xms
]]>
</screen>
As can be seen from these examples the entries take the form of
"sam.factory.pppp=xxx" where pppp is the protocol
string specified on the connect call and xxx is a factory suffix. Note: SAM
defines constants for these protocol
-strings such that SAM_WMQ=wmq, SAM_WPM=wpm, SAM_MQTT=mqtt, etc.
+strings such that SAM_WMQ=wmq, SAM_WPM=wpm, SAM_RTT=rtt, SAM_MQTT=mqtt, etc.
</para>
<para>
When identifying the support code to use on a connect call SAM looks up the
protocol name in the &php.ini; entries