diff options
| author | Marnie McCormack <marnie@apache.org> | 2006-12-12 14:28:45 +0000 |
|---|---|---|
| committer | Marnie McCormack <marnie@apache.org> | 2006-12-12 14:28:45 +0000 |
| commit | 6c89127e07603dcc50fa2a972a1ba59a104cf462 (patch) | |
| tree | 53076e3d3498c3723ad6b84fc7c4ed3d1c9d7732 /qpid/java/client | |
| parent | 301ac1e12bc0f98f872fdc3b0503577617c84de1 (diff) | |
| download | qpid-python-6c89127e07603dcc50fa2a972a1ba59a104cf462.tar.gz | |
Fixes to example classes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486162 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/shared/example.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties b/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties index 82de41908f..7f513341a2 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties @@ -5,7 +5,7 @@ java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextF # register some connection factories # connectionfactory.[jndiname] = [ConnectionURL] -connectionfactory.local = amqp://guest:guest@clientid/testpath?brokerlist='vm://:1' +connectionfactory.local = amqp://guest:guest@clientid/testpath?brokerlist='tcp://localhost:5672' # register some queues in JNDI using the form # queue.[jndiName] = [physicalName] |
