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

svn commit: r1470490 - in /qpid/branches/0.22/qpid/java: ./ client/example/src/main/java/org/apache/qpid/example/hello.properties

Author: orudyy
Date: Mon Apr 22 13:21:49 2013
New Revision: 1470490

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

merged from trunk r1470474


Modified:
    qpid/branches/0.22/qpid/java/   (props changed)
    qpid/branches/0.22/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties

Propchange: qpid/branches/0.22/qpid/java/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java:r1470474

Modified: qpid/branches/0.22/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties
URL: http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties?rev=1470490&r1=1470489&r2=1470490&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties (original)
+++ qpid/branches/0.22/qpid/java/client/example/src/main/java/org/apache/qpid/example/hello.properties Mon Apr 22 13:21:49 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