Package io.mats3.spring.jms.tx
package io.mats3.spring.jms.tx
Implementation of JMS Mats's
JmsMatsTransactionManager
employing
Spring's TransactionManager
for the data source aspect.-
ClassesClassDescriptionImplementation of
JmsMatsTransactionManager
that in addition to the JMS transaction keeps a SpringPlatformTransactionManager
employing a JDBC DataSource for which it keeps transaction demarcation along with the JMS transaction, by means of "Best Effort 1 Phase Commit".Extension ofDeferredConnectionProxyDataSourceWrapper
which implementsInfrastructureProxy
.