How does TIBCO BusinessEvents acknowledge JMS messages?

How does TIBCO BusinessEvents acknowledge JMS messages?

book

Article ID: KB0091275

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
This is how BE acknowledges JMS messages-
1. When persistence is disabled - BE acknowledges a message when the corresponding event is consumed (using Event.consumeEvent(Event) function) or when it is timed out (Event TTL expire).

2. When persistence is enabled - BE acknowledges all the messages at checkpoint (after the data is written onto the disk).

Issue/Introduction

How does TIBCO BusinessEvents acknowledge JMS messages?