Interface JmsMatsTransactionManager

All Known Implementing Classes:
JmsMatsTransactionManager_Jms, JmsMatsTransactionManager_JmsAndJdbc, JmsMatsTransactionManager_JmsAndSpringManagedSqlTx

public interface JmsMatsTransactionManager
Transactional aspects of the JMS Mats implementation. (It is the duty of the Mats implementation to ensure that the transactional principles of Mats are honored).

The reason for this being an interface, is that the transactional aspects can be implemented through different means. Specifically, there is a direct implementation, and the intention is to also have a Spring-specific implementation.