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 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?