如何在网关模式下使用 NServiceBus
我一直在尝试让 NServiceBus 下载中的 pubsub 示例在网关模式下工作。
我还没有真正找到有关如何让 NServiceBus 在网关模式下运行的详细信息。
如何在网关模式下设置发布者/服务器?当我尝试时,我收到了访问被拒绝的异常,这可能是由于我运行它的帐户所致,或者是我丢失了某些内容。
如何设置订阅者/客户端以与网关通信?
有人能指出我正确的方向吗?
I've been trying to get the pubsub sample in the NServiceBus download to work in a gateway mode.
I haven't really been able to find out much detail at all about how to get NServiceBus to run in gateway mode.
How do I setup the publisher/server in gateway mode? When I did try I received an access denied exception which would either be due to the account I'm running it under or I'm missing something.
How do I setup the subscribers/clients to communicate to the gateway?
Can anyone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有“网关模式”——它是一个额外的过程。您将在每个站点运行一个实例。
你读过文档吗?
There is no "gateway mode" - it is an additional process. You'd run one instance at each site.
Have you read the documentation?
http://docs.particular.net/nservicebus/gateway/