Thanks Corey. I spiked a test where two components are registered for the same interface in the same castle windsor container. The Resolve<T>() method seems to return the first component registered.
This seems extremely basic castle windsor stuff, but I don't think I have ever had to do this before. I guess I must have thought that under these circumstances Resolve<T>() would throw an exception, but this way it is possible for me to register the implementations I want prior to calling any Rhino Service Bus code. On Oct 25, 10:54 am, Corey Kaylor <[email protected]> wrote: > If my memory is correct I believe if you use windsor config.xml the config > value will become the default for ISubscriptionStorage. I will have a bit > more time to help look into this tomorrow and add to the documentation the > recommended way of accomplishing this. -- 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.
