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
Right now, every exception inside the message handler will be caught and logged, the message will be nacked from the channel.
The library should support more ways of handling failed messages, e.x retrying or sending to a poison queue.
The text was updated successfully, but these errors were encountered:
Right now, every exception inside the message handler will be caught and logged, the message will be
nacked
from the channel.The library should support more ways of handling failed messages, e.x retrying or sending to a poison queue.
The text was updated successfully, but these errors were encountered: