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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 17 01:37:11 EDT 2011


Author: gaohoward
Date: 2011-10-17 01:37:10 -0400 (Mon, 17 Oct 2011)
New Revision: 11550

Modified:
   trunk/docs/user-manual/en/interoperability.xml
Log:
added notes for stomp 1.1 impl


Modified: trunk/docs/user-manual/en/interoperability.xml
===================================================================
--- trunk/docs/user-manual/en/interoperability.xml	2011-10-17 03:11:44 UTC (rev 11549)
+++ trunk/docs/user-manual/en/interoperability.xml	2011-10-17 05:37:10 UTC (rev 11550)
@@ -49,6 +49,21 @@
             <para>Message acknowledgements are not transactional. The ACK frame can not be part of a transaction
               (it will be ignored if its <literal>transaction</literal> header is set).</para>
           </section>
+          <section>
+            <title>Stomp 1.1 Notes</title>
+            <section>
+				<title>Virtual Hosting</title>
+                <para>HornetQ currently doesn't support virtual hosting, which means the 'host' header 
+                in CONNECT fram will be ignored.</para>
+            </section>
+            <section>
+				<title>Heart-beating</title>
+                <para>HornetQ specifies a minimum value for both client and server heart-beat intervals. 
+                The minimum interval for both client and server heartbeats is 500 milliseconds. That means if 
+                a client sends a CONNECT frame with heartbeat values lower than 500, the server will defaults 
+                the value to 500 milliseconds regardless the values of the 'heart-beat' header in the frame.</para>
+            </section>
+          </section>
         </section>
 
         <section>



More information about the hornetq-commits mailing list