Hi all,
We're sendind messages between a web application and a windows service.
I'm getting below exception when publishing a message from the windows service if have restarted my application without having stopped the
ASP.NET development web server - i.e if I do right-click "Stop" before starting everything up, then it works out well.
Rhino.ServiceBus.Exceptions.MessagePublicationException: There were no subscribers for (Messages.FeedsImported)
at Rhino.ServiceBus.Impl.DefaultServiceBus.Publish(Object[] messages)
at Backend.Consumers.ImportFeedsConsumer.OnConsumer(ImportFeeds message)
Any ideas?
Thanks.