MassTransit Saga - Errors & Inconsistencies
Posted
by
Tolu
on Stack Overflow
See other posts from Stack Overflow
or by Tolu
Published on 2012-09-28T09:36:43Z
Indexed on
2012/09/28
9:37 UTC
Read the original article
Hit count: 209
masstransit
|saga
I've implemented a masstransit saga that works as should, a lot of times. However, there are times when the messages go to the error queue or just seem to disappear.
I'd like to know: 1. How do I get the reason/exception message that causes a message to go to the error queue? (NOTE: My handler logic is within a try-catch block so apparently these errors happen even before the handler logic is called) 2. What could be responsible for the lost messages?
Thanks in advance.
© Stack Overflow or respective owner