nservicebus客户端向msmq和azure服务队列发送命令

nservicebus客户端向msmq和azure服务队列发送命令,nservicebus,msmq,azure-queues,Nservicebus,Msmq,Azure Queues,我想知道,如果可能的话,客户端应用程序(winform)如何发送NServicebus命令a以供MSMQ队列处理,以及如何发送命令B以供Azure存储队列或Azure服务总线处理?如果没有,我该怎么处理呢?这会有帮助吗 我的情况是,我有一个win form应用程序,它需要与Azure中托管的服务(使用Azure服务总线)以及使用MSMQ本地托管的另一个服务进行对话。 Common examples include: A hybrid solution that spans across en

我想知道,如果可能的话,客户端应用程序(winform)如何发送NServicebus命令a以供MSMQ队列处理,以及如何发送命令B以供Azure存储队列或Azure服务总线处理?如果没有,我该怎么处理呢?

这会有帮助吗


我的情况是,我有一个win form应用程序,它需要与Azure中托管的服务(使用Azure服务总线)以及使用MSMQ本地托管的另一个服务进行对话。

Common examples include:

A hybrid solution that spans across endpoints deployed on-premises and in a cloud environment.
Departments within organization integrating their systems that use different messaging technologies for historical reasons.
Traditionally, such integrations would require native messaging or relaying. Bridging is an alternative, allowing endpoints to communicate over different transports without a need to get into low-level messaging technology code. With time, when endpoints can standardize on a single transport, bridging can be removed with a minimal impact on the entire system.```