You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2022/02/22 13:08:00 UTC

[jira] [Updated] (TOMEE-2941) Regression: A connection factory created with TransactionSupport of "none" only sending message when transaction completes

     [ https://issues.apache.org/jira/browse/TOMEE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Zowalla updated TOMEE-2941:
-----------------------------------
    Fix Version/s: 1.5.3
                       (was: 8.0.10)

> Regression: A connection factory created with TransactionSupport of "none" only sending message when transaction completes
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMEE-2941
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2941
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 8.0.5
>            Reporter: Jonathan Gallimore
>            Assignee: Jonathan Gallimore
>            Priority: Major
>             Fix For: 1.5.3
>
>
> Creating the following ConnectionFactory:
>  
> <Resource id="MyJmsConnectionFactory" type="javax.jms.ConnectionFactory">
>  ResourceAdapter = MyJmsResourceAdapter
>  TransactionSupport = none
> </Resource>
>  
> When running in a transaction in a business method, sending a message through this connection factory results in the message being added to the queue only once the transaction is complete.
>  
> This regression appears to be caused by the update to ActiveMQ 5.16.0.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)