If I have 100 durables, several of them are offline, how many copies of the topic messages are saved in the memory, and in the db file?

If I have 100 durables, several of them are offline, how many copies of the topic messages are saved in the memory, and in the db file?

book

Article ID: KB0089915

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
No matter how many durables you have, and whether they are offline or not, both server and db only keep one copy of the topic messages. but
we will have one ACK for each consumer.

If you have 100 durables on a topic and 99 of them have acked all their messages but the 100th one is offline, you will have all the messages saved for the 100th durable along with 99 acks for each message from the other 9 durables.  This can lead to large db files due to the large number of acks.

Issue/Introduction

If I have 100 durables, several of them are offline, how many copies of the topic messages are saved in the memory, and in the db file?