diff options
Diffstat (limited to 'qpid/java/jca/src/main/resources')
| -rwxr-xr-x | qpid/java/jca/src/main/resources/META-INF/ra.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 01f5eceecf..a9374f52d7 100755 --- a/qpid/java/jca/src/main/resources/META-INF/ra.xml +++ b/qpid/java/jca/src/main/resources/META-INF/ra.xml @@ -109,6 +109,13 @@ <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> <outbound-resourceadapter> <connection-definition> |
