diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-01-20 23:56:04 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-01-20 23:56:04 +0000 |
| commit | 50c10da7db2c90a4db82c5eeeecb49fa0a3f5015 (patch) | |
| tree | 31cf912be4cba1627bb57aead505443718bc18c0 /java/common | |
| parent | fae546d48f1572ef30c510361bac3ed4c11de59b (diff) | |
| download | qpid-python-50c10da7db2c90a4db82c5eeeecb49fa0a3f5015.tar.gz | |
This is related to QPID-2350
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
| -rw-r--r-- | java/common/src/main/java/org/apache/configuration/ClientProperties.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/common/src/main/java/org/apache/configuration/ClientProperties.java b/java/common/src/main/java/org/apache/configuration/ClientProperties.java index 9dda61b03c..29d07eade7 100644 --- a/java/common/src/main/java/org/apache/configuration/ClientProperties.java +++ b/java/common/src/main/java/org/apache/configuration/ClientProperties.java @@ -73,6 +73,10 @@ public class ClientProperties extends PropertyNameResolver */ 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 |
