]
Work on JBTM-2616 stopped by Gytis Trikleris.
---------------------------------------------
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.next
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.