Author: marnie
Date: Tue Dec 12 06:28:45 2006
New Revision: 486162
URL: http://svn.apache.org/viewvc?view=rev&rev=486162
Log:
Fixes to example classes
Modified:
incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties
Modified:
incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties?view=diff&rev=486162&r1=486161&r2=486162
==============================================================================
---
incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties
(original)
+++
incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties
Tue Dec 12 06:28:45 2006
@@ -5,7 +5,7 @@
# register some connection factories
# connectionfactory.[jndiname] = [ConnectionURL]
-connectionfactory.local = amqp://guest:[EMAIL
PROTECTED]/testpath?brokerlist='vm://:1'
+connectionfactory.local = amqp://guest:[EMAIL
PROTECTED]/testpath?brokerlist='tcp://localhost:5672'
# register some queues in JNDI using the form
# queue.[jndiName] = [physicalName]