Different ways of acknowledging an event in Persistent Mode.

Different ways of acknowledging an event in Persistent Mode.

book

Article ID: KB0086615

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
Different ways of acknowledging an event in Persistent Mode.

Environment:
===========
TIBCO BusinessEvents 3.x
All Operating Systems

Resolution:
========
In Persistence mode, events are only acknowledged during checkpoint. It is by design to wait acknowledging until the effects of receiving an event are persisted. If you want to force the acknowledgement you can write a custom function which explicitly sends the acknowledgment on that destination. Otherwise, there are 2 options:

1). Set a short checkpoint interval in the BAR.

2). If you are willing to accept the risks of acknowledging an event before its effects are persisted, you can set the AckMode in the Destination to AUTO_ACKNOWLEDGE.

Issue/Introduction

Different ways of acknowledging an event in Persistent Mode.