The INetTxConnection extends the functionality of the IConnection interface by
adding the createNetTxSession method (optional).
The INetTxConnection interface is optional. NMS providers are not required to support this
interface. This interface is for use by NMS providers to support transactional environments.
Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
JavaScript |
---|
Apache.NMS.INetTxConnection = function();
Apache.NMS.INetTxConnection.createInterface('Apache.NMS.INetTxConnection'); |
See Also