summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-04-22 12:22:58 +0000
committerRobert Gemmell <robbie@apache.org>2013-04-22 12:22:58 +0000
commit58c03cccf0bdd6b519665c5e8d4d223b745dc325 (patch)
tree473756d026dbc58cb2d4db451fcffe3a4b413083
parent1b65db9a671d865e84a46c45c1310826a467386e (diff)
downloadqpid-python-58c03cccf0bdd6b519665c5e8d4d223b745dc325.tar.gz
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
-rw-r--r--qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties2
1 files changed, 1 insertions, 1 deletions
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]