summaryrefslogtreecommitdiff
path: root/qpid/java/common
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
commitc1a524f5cfb0f57285b1624c923c16b5abfe89ea (patch)
treec3c3dc56d049f322a5c8970285f4537f3daa6246 /qpid/java/common
parentbfbe94d5146536f78b8c03606c8d8a365d327b65 (diff)
downloadqpid-python-c1a524f5cfb0f57285b1624c923c16b5abfe89ea.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@903940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
-rw-r--r--qpid/java/common/src/main/java/org/apache/configuration/ClientProperties.java4
1 files changed, 3 insertions, 1 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 29d07eade7..90eec34713 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
@@ -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";
/**
* ==========================================================