Jose Carlos Carballo
Jose Carlos Carballo

Reputation: 93

Nservicebus communication between transports

I’m trying to move one of our endpoints to use SqlTransport but there are some legacy endpoints that needs to remain using MSMQ for now.

It’s there any way to achieve this?

Upvotes: 2

Views: 74

Answers (1)

Indu Alagarsamy
Indu Alagarsamy

Reputation: 449

Take a look at the "SqlBridge" sample located here and the readme explains how to do this. https://github.com/particular/nservicebus.sqlserver.samples

Upvotes: 4

Related Questions