From 6c89127e07603dcc50fa2a972a1ba59a104cf462 Mon Sep 17 00:00:00 2001 From: Marnie McCormack Date: Tue, 12 Dec 2006 14:28:45 +0000 Subject: Fixes to example classes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486162 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/qpid/example/shared/example.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/client') 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] -- cgit v1.2.1