如何以编程方式配置Rhino Service Bus RemoteAppDomainHost?
我看到了一种使用 BusConfiguration() 配置 DefaultHost 的方法,但没有看到一种以编程方式配置 RemoteAppDomainHost 的方法(不使用 rhino.esb 配置文件部分)。
I see a way to configure the DefaultHost with BusConfiguration(), but do not see a way to configure the RemoteAppDomainHost programmatically (without using a rhino.esb config file section).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅https://github.com/BjRo/LearningRhinoServiceBus
See https://github.com/BjRo/LearningRhinoServiceBus
从引导程序覆盖 BeginStart 并调用 UseConfiguration。这是对我有用的示例代码:
Override BeginStart from your bootstrapper and call UseConfiguration. Here's sample code that is working for me: