]
Tom Jenkinson commented on JBTM-2616:
-------------------------------------
Needs to be classed as feature request during merge so that we don't release in 5.2.x
(fine to leave as subtask)
Implement JMS integration classes
---------------------------------
Key: JBTM-2616
URL:
https://issues.jboss.org/browse/JBTM-2616
Project: JBoss Transaction Manager
Issue Type: Sub-task
Components: JTA
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.later
Both Spring and Spring Boot requires ConnectionFactory, Connection, Session
implementation which should handle the transaction related tasks when using JMS e.g.
enlisting xa resources, registering synchronizations etc.
This should be somethings similar to the ConnectionManager and ConnectionImple used by
the transactional driver.