JmsMatsTransactionManager employing
Spring's TransactionManager for the data source aspect.See: Description
| Class | Description |
|---|---|
| JmsMatsTransactionManager_JmsAndSpringManagedSqlTx |
Implementation of
JmsMatsTransactionManager that in addition to the JMS transaction keeps a Spring
PlatformTransactionManager employing 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 of
DeferredConnectionProxyDataSourceWrapper which implements InfrastructureProxy. |
JmsMatsTransactionManager employing
Spring's TransactionManager for the data source aspect.