NServiceBus之GateWay

来源:互联网 发布:淘宝运营需要会什么 编辑:程序博客网 时间:2024/05/24 04:13

The main purpose of the gateway is to allow you to do the same durable fire and forget messaging that NServiceBus has got you used to across physically separated sites, the meaning of "sites " is locations where you run IT infrastructure and not web sites.


In the cases where you only have access to HTTP for connection between sites, you can enable the NServiceBus Gateway feature on each site and it will transmit messages from a queue in one site to a queue in another site, including the hash of the messages to ensure that the message was transmitted correctly. The following diagram shows how it works:






参考: http://support.nservicebus.com/customer/portal/articles/933160-introduction-to-the-gateway

http://support.nservicebus.com/customer/portal/articles/859548-the-gateway-and-multi-site-distribution

原创粉丝点击