See: Description
| Class | Description |
|---|---|
| AbstractTransactionListener<SVR extends AbstractStampyMessageGateway> |
This class manages transactional boundaries, ensuring that a transaction has
been started prior to an
StompMessageType.ABORT or. |
| Exception | Description |
|---|---|
| TransactionAlreadyStartedException |
The Class TransactionAlreadyStartedException is thrown by
AbstractTransactionListener when a named transaction has already been
started and an additional BeginMessage has been received for that
transaction. |
| TransactionNotStartedException |
The Class TransactionNotStartedException is thrown when a
CommitMessage or AbortMessage is received and no
BeginMessage has started the transaction. |