From ca220ab08170b78f199dcce68f6234640a183f38 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 22 Apr 2013 12:22:58 +0000 Subject: QPID-4751: change Hello example to remove mention of 'test' virtualhost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1470474 13f79535-47bb-0310-9956-ffa450edef68 --- .../example/src/main/java/org/apache/qpid/example/hello.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/client/example/src/main/java/org/apache/qpid/example/hello.properties b/java/client/example/src/main/java/org/apache/qpid/example/hello.properties index 27ea66b318..fdfbd418f8 100644 --- a/java/client/example/src/main/java/org/apache/qpid/example/hello.properties +++ b/java/client/example/src/main/java/org/apache/qpid/example/hello.properties @@ -20,7 +20,7 @@ java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextF # register some connection factories # connectionfactory.[jndiname] = [ConnectionURL] -connectionfactory.qpidConnectionfactory = amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672' +connectionfactory.qpidConnectionfactory = amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672' # Register an AMQP destination in JNDI # destination.[jniName] = [Address Format] -- cgit v1.2.1