Delegate SessionTxEventDelegate
A delegate that is notified whenever a Transational evemt occurs for the specified session such as TX started, committed or rolled back.
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public delegate void SessionTxEventDelegate(ISession session);
Parameters
Type | Name | Description |
---|---|---|
ISession | session |