TIBCO Adapter SDK C++ Reference
MSubscriber::noAutoConfirm
MSubscriber
By default, an event is marked as consumed when a event callback returns. In certain situations, auto-confirmation does not make sense. Applications can turn it off using this method and can later call a confirm() method on received events for explicit confirmation.
Remarks
The default behavior of certified listeners is to automatically confirm message delivery upon return from the data callback function. Programs can selectively override this behavior for specific listening endpoints (without affecting other listening endpoints).

By overriding automatic confirmation, the listener assumes responsibility for explicitly confirming each inbound certified message. Consider overriding automatic confirmation when processing inbound messages involves asynchronous activity, such as computations in other threads, database queries, or additional network communications.

Declaration
void noAutoConfirm() throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.