Sometimes handling a message must fail in a way that you know is temporaryand must be retried. If you throwRecoverableMessageHandlingException,the message will always be retried infinitely and max_retries setting will be ignored.
Sometimes handling a message must fail in a way that you know is temporaryand must be retried. If you throwRecoverableMessageHandlingException,the message will always be retried infinitely and max_retries setting will be ignored.