I have a rollback exception strategy in place which looks for a message queue full scenario.
The issue I am facing is when the maxRedeliveryAttempts="3
" is exhausted, on-redelivery-attempts-exceeded
code is executed but inside the on-redelivery-attempts-exceeded
block, the original exception message and its reasonCode
are lost.
Can you please suggest/advice what can be done.