Relative Content

Tag Archive for c#masstransit

Global Fault Handling in MassTransit

I want to create a global way to handle errors. My application has it’s own internal error handling pattern and I need a single place to dispatch error messages to it.

Masstransit message topology

When configuring the receive endpoint, whilst it is possible to configure a consumer for generic type messages, there doesn’t appear to be any way to configure the message topology for a generic type message. The only method on IReceiveEndpointConfigurator is ConfigureMessageTopology<T>(book enabled = true)
Does anyone no away around this?