This may be something terribly obvious, I am just getting started with nSB. I will try to be as detailed as I can be. Lets start with the code:
Here is the endpoint configuration code: http://www.pastebin.ca/1896246
And the app.config: http://www.pastebin.ca/1896249
Finally here is the output being logged when I run NServiceBus.Host.exe http://www.pastebin.ca/1896253
Oddly enough the bus still works and can receive messages and process them, as I see here: http://www.pastebin.ca/1896257
The last thing that concerns me is that I get repeated System.Messaging.MessageQueueException
errors while the host process is running:
Timeout for the requested operation has expired
MessageQueueErrorCode: System.Messaging.MessageQueueErrorCode.IOTimeout
StackTrace: at System.Messaging.MessageQueue.ReceiveCurrent(TimeSpan timeout, Int32 action, CursorHandle cursor, MessagePropertyFilter filter, MessageQueueTransaction internalTransaction, MessageQueueTransactionType transactionType)