From 01c4e84bd5eb1e2647e8c8a531e5180c62cc1c15 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/qpid@934997 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/default.testprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'java/test-profiles/default.testprofile') diff --git a/java/test-profiles/default.testprofile b/java/test-profiles/default.testprofile index 91727304ae..dfc92f1e19 100644 --- a/java/test-profiles/default.testprofile +++ b/java/test-profiles/default.testprofile @@ -8,6 +8,7 @@ broker.ready=Listening on TCP port broker.config=${project.root}/build/etc/config-systests.xml max_prefetch=1000 +qpid.dest_syntax=BURL log=debug amqj.logging.level=${log} -- cgit v1.2.1