Author: rajith
Date: Wed Jan 20 23:56:04 2010
New Revision: 901448

URL: http://svn.apache.org/viewvc?rev=901448&view=rev
Log:
This is related to QPID-2350

Modified:
    
qpid/trunk/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java

Modified: 
qpid/trunk/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java?rev=901448&r1=901447&r2=901448&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java
 (original)
+++ 
qpid/trunk/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java
 Wed Jan 20 23:56:04 2010
@@ -73,6 +73,10 @@
      */
     public static final String IDLE_TIMEOUT_PROP_NAME = "idle_timeout";
     public static final long DEFAULT_IDLE_TIMEOUT = 120000;
+    
+    public static final String HEARTBEAT = "qpid.heartbeat";
+    public static final int HEARTBEAT_DEFAULT = 120;
+    
     /**
      * This value will be used to determine the default destination syntax 
type.
      * Currently the two types are Binding URL (java only) and the Addressing 
format (used by



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to