QATransactionalManager interface

The QATransactionalManager class derives from QAManagerBase and manages transactional QAnywhere messaging operations.

Syntax
Visual Basic
Public Interface QATransactionalManager
C#
public interface QATransactionalManager
Remarks

For a detailed description of derived behavior, see QAManagerBase interface.

The QATransactionalManager can only be used for transactional acknowledgement. Use the QATransactionalManager.Commit() method to commit all QAManagerBase.PutMessage and QAManagerBase.GetMessage invocations.

For more information, see Implementing transactional messaging.

See also

QATransactionalManager members
Commit method
Open method
Rollback method