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 | 9d4a19f07a6d54fbc0dbc59e750992f6abe45a40 (patch) | |
| tree | 5e30b4128c2409c37e60807ce4e7e39376079195 /java/jca | |
| parent | dab5ad3eee40498b73beca790ccb4af76f6b42e6 (diff) | |
| download | qpid-python-9d4a19f07a6d54fbc0dbc59e750992f6abe45a40.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/qpid@1515037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca')
| -rwxr-xr-x | java/jca/rar/src/main/resources/META-INF/ra.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jca/rar/src/main/resources/META-INF/ra.xml b/java/jca/rar/src/main/resources/META-INF/ra.xml index a9374f52d7..4819bc8ad5 100755 --- a/java/jca/rar/src/main/resources/META-INF/ra.xml +++ b/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> |
