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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top