getMode method

Syntax
short QAManagerBase.getMode()
throws QAException
Throws
  • Thrown if there is a problem retrieving the QAManager acknowledgement mode.

Remarks

Returns the QAManager acknowledgement mode for received messages.

For a list of return values, see AcknowledgementMode interface.

AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT and AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT apply to QAManager instances. AcknowledgementMode.TRANSACTIONAL is the mode for QATransactionalManager instances.

See Also

EXPLICIT_ACKNOWLEDGEMENT variable

IMPLICIT_ACKNOWLEDGEMENT variable

QAManager interface

QATransactionalManager interface

Returns

The QAManager acknowledgement mode for received messages.