summaryrefslogtreecommitdiff
path: root/qpid/java/client
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2006-12-12 14:28:45 +0000
committerMarnie McCormack <marnie@apache.org>2006-12-12 14:28:45 +0000
commit6c89127e07603dcc50fa2a972a1ba59a104cf462 (patch)
tree53076e3d3498c3723ad6b84fc7c4ed3d1c9d7732 /qpid/java/client
parent301ac1e12bc0f98f872fdc3b0503577617c84de1 (diff)
downloadqpid-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.properties2
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]