summaryrefslogtreecommitdiff
path: root/java/common/src
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-01-28 02:05:18 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-01-28 02:05:18 +0000
commit37adfe8898d51cf589ca4eea5cf757a55a414875 (patch)
tree454fc27ce5387218478b0bc3bc34ccb3bc9c3134 /java/common/src
parentc8137e5f32a3da59e33df18db7ad271c8de0e14c (diff)
downloadqpid-python-37adfe8898d51cf589ca4eea5cf757a55a414875.tar.gz
This is related to QPID-2363
I added use_legacy_map_msg_format as a connection paramter to force the client to use the old map message format. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/src')
-rw-r--r--java/common/src/main/java/org/apache/configuration/ClientProperties.java4
1 files changed, 3 insertions, 1 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 29d07eade7..90eec34713 100644
--- a/java/common/src/main/java/org/apache/configuration/ClientProperties.java
+++ b/java/common/src/main/java/org/apache/configuration/ClientProperties.java
@@ -82,7 +82,9 @@ public class ClientProperties extends PropertyNameResolver
* Currently the two types are Binding URL (java only) and the Addressing format (used by
* all clients).
*/
- public static final String DEST_SYNTAX = "dest_syntax";
+ public static final String DEST_SYNTAX = "qpid.dest_syntax";
+
+ public static final String USE_LEGACY_MAP_MESSAGE_FORMAT = "qpid.use_legacy_map_message";
/**
* ==========================================================