diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2013-04-23 20:54:19 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2013-04-23 20:54:19 +0000 |
| commit | 985af562e1c232940251fc75c199ad9a51e356bb (patch) | |
| tree | f0d8abd3367deb87ca9095b4e4e84be2f6870b92 /qpid/java/client | |
| parent | 917a1f26f8f26730528dd538ab817a340cdd8715 (diff) | |
| download | qpid-python-985af562e1c232940251fc75c199ad9a51e356bb.tar.gz | |
Merged up to r1465457
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-4659@1471141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties | 2 |
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] |
