[ 
https://issues.apache.org/jira/browse/QPID-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14244701#comment-14244701
 ] 

Weston M. Price commented on QPID-6229:
---------------------------------------

When the JCA adapter was written, it was always designed to support 0.10 only. 
However, I will have a look at the patch and see if this is something we can 
integrate without too much disruption. Thanks for your contribution.

> Enable non-transacted connections with AMQP-08, -09, -091
> ---------------------------------------------------------
>
>                 Key: QPID-6229
>                 URL: https://issues.apache.org/jira/browse/QPID-6229
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>    Affects Versions: 0.29, 0.30
>         Environment: Glassfish 4, Wildfly 8.1
> Qpid Java client 0.29 and 0.30
>            Reporter: Nathan Kunkee
>         Attachments: jca-no-transaction.patch
>
>
> Currently, jca/src/main/java/org/apache/qpid/ra/QpidRAManagedConnection.java 
> does not distinguish between transacted setups and non-transacted setups. It 
> will always try and create a _xaSession, even if the user has declined by 
> setting the connection factory to NoTransaction, or setting the property 
> UseLocalTx to true.
> The attached patch changes the setup() method in QpidRAManageConnection to 
> only create _xaSession objects when transactions have been requested.
> Without this patch, it is impossible to use the JCA adapter with older 
> protocols (amqp-08, -09, -091).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to