-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Related to: this
Problem I encountered is that at least once a week I get message that is not being confirmed from broker using Publisher Confirms as received. In this situation, my code is waiting for this signal from broker indefinitely (until process is restarted).
Is it possible to introduce publisherConfirmsTimeout that can be set, and if timeout is exceeded, we should treat message as not delivered (and probably send again).
Reactions are currently unavailable