![]() |
1
1
I think part of the issue here is that there is some confusion about exactly what the role that MSMQ would be playing in this. Basically you have two methods of doing these notifications:
Now, in the case of option 2, you can use something like NServiceBus 设置一个发布/订阅消息传递系统,允许应用程序发布系统中的重要事件,以及一个通知服务来订阅需要生成通知的消息。在这种情况下,nservicebus使用msmq作为默认传输,因此在这种情况下,msmq将出现在图片中,但仅作为实现细节。 在选项1的情况下,您可以通过任何方式实现它,包括WCF Web服务。
|
![]() |
user755806 · 从Rest服务返回JSON响应? 7 年前 |