[hornetq-commits] JBoss hornetq SVN: r11413 - branches/STOMP11/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 26 01:11:45 EDT 2011


Author: gaohoward
Date: 2011-09-26 01:11:45 -0400 (Mon, 26 Sep 2011)
New Revision: 11413

Modified:
   branches/STOMP11/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompProtocolManager.java
Log:
comment


Modified: branches/STOMP11/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompProtocolManager.java
===================================================================
--- branches/STOMP11/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompProtocolManager.java	2011-09-25 13:40:24 UTC (rev 11412)
+++ branches/STOMP11/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompProtocolManager.java	2011-09-26 05:11:45 UTC (rev 11413)
@@ -18,11 +18,13 @@
 import java.util.List;
 import java.util.Map;
 import java.util.Map.Entry;
+import java.util.Set;
 import java.util.concurrent.Executor;
 
 import org.hornetq.api.core.HornetQBuffer;
 import org.hornetq.api.core.HornetQException;
 import org.hornetq.api.core.Interceptor;
+import org.hornetq.api.core.TransportConfiguration;
 import org.hornetq.api.core.client.HornetQClient;
 import org.hornetq.core.journal.IOAsyncTask;
 import org.hornetq.core.logging.Logger;
@@ -74,7 +76,7 @@
    {
       StompConnection conn = new StompConnection(connection, this);
 
-      // Note that STOMP has no heartbeat, so if connection ttl is non zero, data must continue to be sent or connection
+      // Note that STOMP 1.0 has no heartbeat, so if connection ttl is non zero, data must continue to be sent or connection
       // will be timed out and closed!
 
       long ttl = server.getConfiguration().getConnectionTTLOverride();



More information about the hornetq-commits mailing list