Author: robbie
Date: Thu May 1 13:26:55 2014
New Revision: 1591655
URL: http://svn.apache.org/r1591655
Log:
QPID-5739: update Hello example config to correctly specify clientid, and show
how to control the AMQP open frame hostname
Modified:
qpid/trunk/qpid/java/amqp-1-0-client-jms/example/src/main/java/org/apache/qpid/amqp_1_0/jms/example/hello.properties
Modified:
qpid/trunk/qpid/java/amqp-1-0-client-jms/example/src/main/java/org/apache/qpid/amqp_1_0/jms/example/hello.properties
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/amqp-1-0-client-jms/example/src/main/java/org/apache/qpid/amqp_1_0/jms/example/hello.properties?rev=1591655&r1=1591654&r2=1591655&view=diff
==============================================================================
---
qpid/trunk/qpid/java/amqp-1-0-client-jms/example/src/main/java/org/apache/qpid/amqp_1_0/jms/example/hello.properties
(original)
+++
qpid/trunk/qpid/java/amqp-1-0-client-jms/example/src/main/java/org/apache/qpid/amqp_1_0/jms/example/hello.properties
Thu May 1 13:26:55 2014
@@ -20,8 +20,8 @@ java.naming.factory.initial = org.apache
# register some connection factories
# connectionfactory.[jndiname] = [ConnectionURL]
-connectionfactory.localhost =
amqp://guest:guest@localhost/test?cliendId='test-client'
-
+connectionfactory.localhost =
amqp://guest:guest@localhost:5672?clientid=test-client&remote-host=default
+# Remove the remote-host option to make the AMQP open-frame hostname field
simply match the URL hostname
# Register an AMQP destination in JNDI
# destination.[jniName] = [Address Format]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]