From b6687574b06f09e4b0e4534c2d3d6fb76ad00808 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 16 Apr 2010 17:01:50 +0000 Subject: QPID-2512 Changed the default destination syntax to addressing. Added qpid.dest_syntax=BURL to the test profiles to ensure all existing tests work. At some point next week the existing binding URL based entries will be prefixed with "BURL:" and the above system property will be removed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934997 13f79535-47bb-0310-9956-ffa450edef68 --- .../client/src/main/java/org/apache/qpid/client/AMQDestination.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/client/src') diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java index 2d7844944a..593613f962 100644 --- a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java +++ b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java @@ -146,7 +146,7 @@ public abstract class AMQDestination implements Destination, Referenceable { defaultDestSyntax = DestSyntax.getSyntaxType( System.getProperty(ClientProperties.DEST_SYNTAX, - DestSyntax.BURL.toString())); + DestSyntax.ADDR.toString())); } protected AMQDestination(Address address) throws Exception -- cgit v1.2.1