Hi Sasanka,
Yes, it is a durable subscriber. Do you mean if the channel has a durable subscriber then the messages won’t be deleted from the event store until it reaches TTL or capacity limit ? If that is the case, how would I know whether a message is processed or not - by looking at the events in the event store?
Also, I set the TTL and capacity to 0 to make sure the no message is removed from queue unprocessed. If the messages do not get deleted after they are processed, then the storage file reaches to it’s max limit and no further messages can be processed - which is again a bottleneck. So I want the event to be removed from the durable channel once it is processed.
Hi Jonathan,
I created this channel from the JNDI tab.
Channel attributes are -
Channel type - mixed
Age - 0
capacity - 0
Storage properties -
Cache on reload - true
enable caching - true
Honour capacity - false
Enable read buffering - true
Auto maintenance - true
Subscriber settings -
Destination type - Durable
Acknowledge mode - CLIENT_ACKNOWLEDGE
#webMethods#Universal-Messaging-Broker#Integration-Server-and-ESB