Author: wprice
Date: Sat Aug 17 19:36:35 2013
New Revision: 1515037
URL: http://svn.apache.org/r1515037
Log:
[NO-JIRA] Changed JCA adapter to not use ConnectionPerHandler for performance
reasons
Modified:
qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml
Modified: qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml?rev=1515037&r1=1515036&r2=1515037&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml (original)
+++ qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml Sat Aug 17
19:36:35 2013
@@ -109,12 +109,12 @@
<config-property-type>java.lang.String</config-property-type>
<config-property-value>amqp://anonymous:passwd@client/test?brokerlist='tcp://localhost?sasl_mechs='PLAIN''</config-property-value>
</config-property>
-
+
<config-property>
<description>Use a JMS Connection per MessageHandler</description>
<config-property-name>UseConnectionPerHandler</config-property-name>
<config-property-type>java.lang.Boolean</config-property-type>
- <config-property-value>true</config-property-value>
+ <config-property-value>false</config-property-value>
</config-property>
<outbound-resourceadapter>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]