I am trying to use MassTransit, I installed it using nuget and am just using their base example:
Quick start guide
When I run this code I get an exceptions (with the inner exceptions listed):
Is there any help anyone can give me on getting past this error?
Notes: MSMQ is installed, and I've used it for WCF based MSMQ services. All the queues look like they are being created in MSMQ before that error line
A saga is a long-lived transaction managed by a coordinator. Sagas are initiated by an event, sagas orchestrate events, and sagas maintain the state of the overall transaction. Sagas are designed to manage the complexity of a distributed transaction without locking and immediate consistency.
A queue may contain more than one message type, the message type is used to deliver the message to the appropriate consumer configured on the receive endpoint. If a received message is not handled by a consumer, the skipped message will be moved to a skipped queue, which is named with a _skipped suffix.
We left out the following line to make the Getting Started sample to work:
sbc.UseMulticastSubscriptionClient();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With