Not that I'm aware of. It should be fairly simple to provide your own 
abstraction though.

On Wednesday, March 14, 2012 11:50:38 AM UTC-6, Matt Johnson wrote:
>
> Pardon my ignorance, but is there any project that provides a common 
> abstraction layer for different service bus implementations? 
>
> Something similar to how CommonServiceLocator works for IoC 
> containers? 
>
> I'm writing an app that will be licensed in two ways.  1) a "licensed 
> edition" that will run on premesis, and 2) a "hosted edition" that 
> will run in the Windows Azure cloud. 
>
> I would like to use Rhino Service Bus for the licensed edition, and 
> Azure Service Bus for the hosted edition.  It would be great if there 
> was an easy "provider model" implementation, such that I could just 
> swap in the desired service bus.  Otherwise, I fear I may have tons 
> of  "if (hosted) { azuresb } else { rhinosb }" code scattered 
> throughout my app. 
>
> Thoughts? 
>

-- 
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/-/Bbu1HBwnwmcJ.
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.

Reply via email to