From 0a6aae2d0be895196e9965de27cf8871c01758db Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Mon, 16 Apr 2012 14:08:32 +0000 Subject: QPID-3749 -General cleanup of ResourceAdapter -Removed unused methods -Fixed typos in ra.xml -Changed default connectionURL to remove guest/guest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326622 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/src/main/resources/META-INF/ra.xml | 38 ++++++++---------------- 1 file changed, 12 insertions(+), 26 deletions(-) (limited to 'qpid/java/jca/src/main/resources') diff --git a/qpid/java/jca/src/main/resources/META-INF/ra.xml b/qpid/java/jca/src/main/resources/META-INF/ra.xml index 2c8344c8f0..e95a72fb99 100755 --- a/qpid/java/jca/src/main/resources/META-INF/ra.xml +++ b/qpid/java/jca/src/main/resources/META-INF/ra.xml @@ -69,7 +69,7 @@ - Interval between setup attempts + Interval between setup attempts in milliseconds SetupInterval java.lang.Long 5000 @@ -104,10 +104,10 @@ - connection URL + Connection URL ConnectionURL java.lang.String - amqp://guest:guest@/test?brokerlist='tcp://localhost:5672' + amqp://anonymous:passwd@client/test?brokerlist='tcp://localhost?sasl_mechs='PLAIN'' @@ -116,14 +116,14 @@ Default session type - sessionDefaultType + SessionDefaultType java.lang.String javax.jms.Queue Specify lock timeout in seconds - useTryLock + UseTryLock java.lang.Integer 0 @@ -137,7 +137,7 @@ Client ID for the connection - ClientID + ClientId java.lang.String client_id @@ -200,38 +200,24 @@ org.apache.qpid.ra.admin.QpidQueue org.apache.qpid.ra.admin.QpidQueueImpl - destinationAddress - java.lang.String + DestinationAddress + java.lang.String org.apache.qpid.ra.admin.QpidTopic org.apache.qpid.ra.admin.QpidTopicImpl - destinationAddress - java.lang.String + DestinationAddress + java.lang.String - javax.jms.ConnectionFactory org.apache.qpid.ra.admin.QpidConnectionFactoryProxy - connectionURL - java.lang.String + ConnectionURL + java.lang.String -- cgit v1.2.1