From 58c03cccf0bdd6b519665c5e8d4d223b745dc325 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@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 'qpid/java/client/example') diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties b/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties index 27ea66b318..fdfbd418f8 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties +++ b/qpid/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