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 | 40b4cc1b947f0b4665ddd0990ebb9368ad1052ca (patch) | |
| tree | 0e5851487b40d7cf91613346a6817df184c83c19 /qpid/java/common/src | |
| parent | af3c5ad1d128870a9156eda0f8c469b9c6dd6912 (diff) | |
| download | qpid-python-40b4cc1b947f0b4665ddd0990ebb9368ad1052ca.tar.gz | |
This is related to QPID-2350
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@901448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/src')
| -rw-r--r-- | qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java b/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java index 9dda61b03c..29d07eade7 100644 --- a/qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java +++ b/qpid/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 |
