The QAManager class derives from QAManagerBase and manages non-transactional QAnywhere messaging operations.
Visual Basic
Public Interface QAManager
C#
public interface QAManager
For a detailed description of derived behavior, see QAManagerBase interface.
The QAManager can be configured for implicit or explicit acknowledgement as defined in the AcknowledgementMode class. To acknowledge messages as part of a transaction, use QATransactionalManager. Use the QAManagerFactory to create QAManager and QATransactionalManager objects.
QAManager members
Acknowledge method
AcknowledgeAll method
AcknowledgeUntil method
Open method
Recover method