Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.5
-
None
-
None
Description
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.