.NET – Service bus – Moving a message to DLQ
I am using Azure Service Bus with Mass Transit library in a .NET WebApi application. I have a ServiceA where I publish my StartProccess message. This message is also used in the state machine – StartStateMachine.