I think there is a bug in DefaultServiceBus to do with unsubscribing instance subscriptions. I noticed that my instance subscriptions were not being removed from my SqlSubscriberStorage implementation.
Inside the UnsubscribeInstanceSubscription method, a RemoveInstanceSubscription message is sent to all message owners *not* associated with the message. I think it should be sent to message owners that *are* associated with the message. I have created a fork of hibernating-rhinos/rhino-esb and fixed the bug. I have also included a unit test that should help show the problem. This is my first pull request, and I'm still a bit new with git, so please advise if I have botched the process in any way. Cheers -- John -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
