[hornetq-commits] JBoss hornetq SVN: r11548 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Oct 16 23:08:34 EDT 2011


Author: gaohoward
Date: 2011-10-16 23:08:34 -0400 (Sun, 16 Oct 2011)
New Revision: 11548

Modified:
   trunk/docs/user-manual/en/examples.xml
   trunk/docs/user-manual/en/interoperability.xml
Log:
Update doc to add stomp 1.1 example and stomp 1.1 support



Modified: trunk/docs/user-manual/en/examples.xml
===================================================================
--- trunk/docs/user-manual/en/examples.xml	2011-10-14 18:53:33 UTC (rev 11547)
+++ trunk/docs/user-manual/en/examples.xml	2011-10-17 03:08:34 UTC (rev 11548)
@@ -455,6 +455,11 @@
                 HornetQ server to send and receive Stomp messages.</para>
         </section>
         <section>
+            <title>Stomp1.1</title>
+            <para>The <literal>stomp</literal> example shows you how to configure a
+                HornetQ server to send and receive Stomp messages via a Stomp 1.1 connection.</para>
+        </section>
+        <section>
             <title>Stomp Over Web Sockets</title>
             <para>The <literal>stomp-websockets</literal> example shows you how to configure a
                 HornetQ server to send and receive Stomp messages directly from Web browsers (provided

Modified: trunk/docs/user-manual/en/interoperability.xml
===================================================================
--- trunk/docs/user-manual/en/interoperability.xml	2011-10-14 18:53:33 UTC (rev 11547)
+++ trunk/docs/user-manual/en/interoperability.xml	2011-10-17 03:08:34 UTC (rev 11548)
@@ -26,7 +26,7 @@
     <section id="stomp">
         <title>Stomp</title>
         <para><ulink url="http://stomp.codehaus.org/">Stomp</ulink> is a text-orientated wire protocol that allows
-            Stomp clients to communicate with Stomp Brokers.</para>
+            Stomp clients to communicate with Stomp Brokers. HornetQ now supports both Stomp 1.0 and Stomp 1.1.</para>
         <para><ulink url="http://stomp.codehaus.org/Clients">Stomp clients</ulink> are available for
         several languages and platforms making it a good choice for interoperability.</para>
         <section id="stomp.native">



More information about the hornetq-commits mailing list