Guaranteed delivery of messages in ES broker 50

we have several integrations where messages are picked up from a queue by an adapter for posting to a database. If the database goes down, the messages are not retained on the queue. Is there any configuration setting that can be changed so that instead of discarding the message from the queue, it is retained if the end resource that the adapter connects to is down?

Thanks,
Munna

Dear Munna

If I understand correctly you are using Enterprise Server .Check the following properties

Event Type Storage Type : It should be guaranteed
Client Group Storage Type : This also should be guaranteed

HTH

Srini

Srini,

Thanks for your reply. Yes, they were already set to “guaranteed”. However on the adapter side, the timeout parameter was also set. Would this cause a problem?

Thanks,
Munna