Package io.mats3.spring.jms.tx
Implementation of JMS Mats's
JmsMatsTransactionManager employing
Spring's TransactionManager for the data source aspect.-
Class Summary Class Description JmsMatsTransactionManager_JmsAndSpringManagedSqlTx Implementation ofJmsMatsTransactionManagerthat in addition to the JMS transaction keeps a SpringPlatformTransactionManageremploying a JDBC DataSource for which it keeps transaction demarcation along with the JMS transaction, by means of "Best Effort 1 Phase Commit".JmsMatsTransactionManager_JmsAndSpringManagedSqlTx.DeferredConnectionProxyDataSourceWrapper_InfrastructureProxy Extension ofDeferredConnectionProxyDataSourceWrapperwhich implementsInfrastructureProxy.