You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2013/04/22 14:22:58 UTC

svn commit: r1470474 - /qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties

Author: robbie
Date: Mon Apr 22 12:22:58 2013
New Revision: 1470474

URL: http://svn.apache.org/r1470474
Log:
QPID-4751: change Hello example to remove mention of 'test' virtualhost

Modified:
    qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties

Modified: qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties?rev=1470474&r1=1470473&r2=1470474&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties (original)
+++ qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties Mon Apr 22 12:22:58 2013
@@ -20,7 +20,7 @@ java.naming.factory.initial = org.apache
 
 # 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org