A subclass of JmsTransactionManager that uses the JMS 1.0.2 specification,
rather than the JMS 1.1 methods used by JmsTransactionManager itself.
This class can be used for JMS 1.0.2 providers, offering the same API as
JmsTransactionManager does for JMS 1.1 providers.
You need to set the pubSubDomain property accordingly, as this
class will always create either QueueConnections/QueueSessions or
TopicConnections/TopicSessions.
You need to set the pubSubDomain property accordingly, as this class will always create either QueueConnections/QueueSessions or TopicConnections/TopicSessions.