diff options
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/jca/rar/src/main/resources/META-INF/ra.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml b/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml index a9374f52d7..4819bc8ad5 100755 --- a/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml +++ b/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml @@ -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> |
