We are building an internal environment that will utilize the Windows Service Bus. We also will be building an external environment that will utilize the Windows Azure Service Bus. Some messages that will get through Azure will have to end up on our local bus, not the Azure bus.
Is there a way these two buses can talk so I don't have to write custom code to manage that message direction?
thx
r