diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-04-22 12:22:58 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-04-22 12:22:58 +0000 |
| commit | ca220ab08170b78f199dcce68f6234640a183f38 (patch) | |
| tree | b0ca8eaf0c3ec5657bad0fbf00438b2b06e2ef0c /java | |
| parent | 68c2e3f1a2951626d975970831ba66c4aec68032 (diff) | |
| download | qpid-python-ca220ab08170b78f199dcce68f6234640a183f38.tar.gz | |
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
Diffstat (limited to 'java')
| -rw-r--r-- | java/client/example/src/main/java/org/apache/qpid/example/hello.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
