views:

52

answers:

0

could someone share a code sample showing how to use masstransit's FutureMessage API? i am assuming this can be used in scenarios where the consumer raises an exception when processing.

will i need to have a try/catch in the message handler's consume and create a FutureMessage for the incoming message, whenever an exception occurs?