I am trying to use MassTransit, I installed it using nuget and am just using their base example:
When I run this code I get an exceptions (with the inner exceptions listed):
- "An exception was thrown during service bus creation"
- "Failed to create the bus service: SubscriptionRouterService"
- "msmq-pgm://235.109.116.115:7784/test_queue_control_subscriptions => An exception was thrown during Send"
- "Length cannot be less than zero.\r\nParameter name: length"
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