1

Let's say I have 2 application domains. Domain A is using NServiceBus. Domain B is using RhinoESB. Is there any way to connect the 2, so that i can send messages from Domain A to Domain B?

David Brossard
  • 13,584
  • 6
  • 55
  • 88

1 Answers1

2

You can always write custom service that will do the bridging, so yes. I am not aware or any existing services that you could use.

Migol
  • 8,161
  • 8
  • 47
  • 69