I have a situation where the Maxtries in my MSMQ is 5. After 5 times nservicebus sends the message to the Error que that I have defined. Now I want to perfomr some further action when this happens (I have to update status of some processes to Error) Is it possible to write a handler in my Saga class to read these error queues?
Thanks in Advance Haris