AutoCommitTEQNotification

This property is used to automatically send a Commit acknowledgement after receiving a TxEventQ message's notification.

Declaration

// C#
public bool AutoCommitTEQNotification {get; set;}

Property Value

A Boolean value

Remarks

The default value is false.

If this instance property is set to true, then a Commit acknowledgement is sent to the server for every TxEventQ message notification received automatically. Once set to true, an OracleAQMessageAvailableEventArgs AcknowledgeTEQNotification call does not result in a change as all the messages will be in the Processed state now.