Corey, Ayende, Thank you for your replies. I went back and re-read the API doc and I must have been reading it before with a pre-conceived idea of how things worked, because some points it makes were not previously registering in my cranium. I am sorry you had to beat me over the head with the manual.
If I am now reading it correctly, what I need to do is implement Consumer<DocAdded>.SkipAutomaticSubscription instead of Consumer<DocAdded> and then manually subscribe. I don't want to use the OccasionalConsumerOf<> because I need a durable subscription, but I only want it if the customer app explicitly tells my API that it wants to be subscribed. Does that sound correct? --Ken On Oct 19, 1:43 pm, Corey Kaylor <[email protected]> wrote: > The API introduction describes what happens for consumers with regard to > subscriptions. If you implement ConsumerOf<T> that is a subscription. Does > the documentation clarify anything? > > http://hibernatingrhinos.com/open-source/rhino-service-bus/api-introd... -- 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.
