You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
When rabbitmq:listen runs into an unkown Throwable(that is: not implementing DropsMessage) it requeues the Message to return after 10 seconds.
Make the 10 seconds configurable through the config file and environment RMQ_RETRY_DELAY
New exception interface DelaysMessage with function delayForMiliseconds. Exceptions implementing this interface will be delayed for the given miliseconds instead of the global retry delay
The text was updated successfully, but these errors were encountered:
When
rabbitmq:listen
runs into an unkown Throwable(that is: not implementing DropsMessage) it requeues the Message to return after 10 seconds.RMQ_RETRY_DELAY
DelaysMessage
with functiondelayForMiliseconds
. Exceptions implementing this interface will be delayed for the given miliseconds instead of the global retry delayThe text was updated successfully, but these errors were encountered: