diff options
| author | Weston M. Price <wprice@apache.org> | 2013-08-17 19:36:35 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2013-08-17 19:36:35 +0000 |
| commit | 35b5c7fd8c761d41caa88505e8c2fee319e92a84 (patch) | |
| tree | b94f7c54103842c1246ae4db0db5caf235cd8f06 /qpid/java/jca | |
| parent | 478ada4d28ea56aad643518cc019ee81bba80a73 (diff) | |
| download | qpid-python-35b5c7fd8c761d41caa88505e8c2fee319e92a84.tar.gz | |
[NO-JIRA] Changed JCA adapter to not use ConnectionPerHandler for performance reasons
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca')
| -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> |
