From 54be43ebcfb409abe311cb65af48f66d88d69cd1 Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Fri, 4 Jan 2013 16:03:39 +0000 Subject: QPID-4491 *Minor documentation fixes for property names that have changed over time. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1428944 13f79535-47bb-0310-9956-ffa450edef68 --- java/jca/README-JBOSS.txt | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'java/jca') diff --git a/java/jca/README-JBOSS.txt b/java/jca/README-JBOSS.txt index 77bf91e6dd..e88643e0f2 100644 --- a/java/jca/README-JBOSS.txt +++ b/java/jca/README-JBOSS.txt @@ -61,7 +61,7 @@ XA ConnectionFactory qpid-ra-.rar org.apache.qpid.ra.QpidRAConnectionFactory - amqp://guest:guest@/test?brokerlist='tcp://localhost:5672?sasl_mechs='ANONYMOUS'' + amqp://guest:guest@/test?brokerlist='tcp://localhost:5672?sasl_mechs='PLAIN'' 20 @@ -79,11 +79,11 @@ Local ConnectionFactory ======================= QpidJMS - qpid-ra-0.10.rar + qpid-ra-.rar - true - amqp://anonymous:@client/test?brokerlist='tcp://localhost:5672?sasl_mechs='ANONYMOUS'' - org.apache.qpid.ra.QpidRAConnectionFactory + true + amqp://anonymous:@client/test?brokerlist='tcp://localhost:5672?sasl_mechs='PLAIN'' + org.apache.qpid.ra.QpidRAConnectionFactory 20 @@ -100,11 +100,10 @@ provides two such objects Hello - jboss.jca:service=RARDeployment,name='qpid-ra-0.10.rar' + jboss.jca:service=RARDeployment,name='qpid-ra-.rar' javax.jms.Destination - destinationType=QUEUE - destinationAddress=amq.direct + DestinationAddress=amq.direct @@ -113,16 +112,15 @@ The above XML defines a JMS Queue which is bound into JNDI as queue/HelloQueue This destination can be retrieved from JNDI and be used for the consumption or production of messages. The desinationAddress property -can be customized for your environment. Please see the Qpid Java Client documentation for specific configuration options. +can be customized for your environment. Please see the Qpid Java Client documentation for specific configuration options. HelloTopic - jboss.jca:service=RARDeployment,name='qpid-ra-0.10.rar' + jboss.jca:service=RARDeployment,name='qpid-ra-.rar' javax.jms.Destination - destinationType=TOPIC - destinationAddress=amq.topic + DestinationAddress=amq.topic @@ -138,10 +136,10 @@ can be customized for your environment. Please see the Qpid Java Client document QpidConnectionFactory - jboss.jca:service=RARDeployment,name='qpid-ra-0.10.rar' + jboss.jca:service=RARDeployment,name='qpid-ra-.rar' javax.jms.ConnectionFactory - connectionURL=amqp://anonymous:@client/test?brokerlist='tcp://localhost:5672?sasl_mechs='ANONYMOUS'' + ConnectionURL=amqp://anonymous:@client/test?brokerlist='tcp://localhost:5672?sasl_mechs='PLAIN'' -- cgit v1.2.1