I have published a nuget that provides a simple sqlsubscription storage. It doesn't support instance subscriptions. Hope it helps.
http://nuget.org/packages/Rhino.ServiceBus.SqlSubscriptionStorage On Tue, May 8, 2012 at 10:41 PM, Michael Lyons <[email protected]> wrote: > Thanks Corey. I'll just do my own implementation then. > > > On Wednesday, May 9, 2012 5:38:18 AM UTC+10, Corey wrote: > >> Implement ISubscriptionStorage and register it in the container. Aside >> from that it would be better as a separate csproj / nuget package because >> it's not really xcopy deployable, which is one of the goals for OOB RSB. >> >> On Tue, May 8, 2012 at 1:32 PM, Michael Lyons wrote: >> >> Have you got any details on how to do this and I'll write something up >>> and submit a pull request. >>> >>> On Tuesday, May 8, 2012 11:38:08 AM UTC+10, Corey wrote: >>> >>>> Not the out of box subscription storage. You need to introduce a shared >>>> subscription storage (SQL being one option) for it to work. >>>> >>>> On Mon, May 7, 2012 at 7:33 PM, Michael Lyons wrote: >>>> >>>>> Does RSB publish functionality work with a load balancer? When I try >>>>> to send a message it tells me that their are no subscribers listening. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Rhino Tools Dev" group. >>>>> To view this discussion on the web visit https://groups.google.com/d/* >>>>> *ms**g/rhino-tools-dev/-/5-**MBty7c1O**wJ<https://groups.google.com/d/msg/rhino-tools-dev/-/5-MBty7c1OwJ> >>>>> . >>>>> To post to this group, send email to rhino-tools-dev@googlegroups.**c* >>>>> *om <[email protected]>. >>>>> To unsubscribe from this group, send email to >>>>> rhino-tools-dev+unsubscribe@**go**oglegroups.com<rhino-tools-dev%[email protected]> >>>>> . >>>>> For more options, visit this group at http://groups.google.com/**group >>>>> **/rhino-tools-dev?hl=en<http://groups.google.com/group/rhino-tools-dev?hl=en> >>>>> . >>>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Rhino Tools Dev" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/rhino-tools-dev/-/**ZxtJh9OQm8QJ<https://groups.google.com/d/msg/rhino-tools-dev/-/ZxtJh9OQm8QJ> >>> . >>> >>> To post to this group, send email to >>> rhino-tools-dev@googlegroups.**com<[email protected]> >>> . >>> To unsubscribe from this group, send email to >>> rhino-tools-dev+unsubscribe@**googlegroups.com<rhino-tools-dev%[email protected]> >>> . >>> For more options, visit this group at http://groups.google.com/** >>> group/rhino-tools-dev?hl=en<http://groups.google.com/group/rhino-tools-dev?hl=en> >>> . >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rhino-tools-dev/-/grpCSWyWStcJ. > > 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. > -- 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.
