NServiceBus:它可以在没有 XML 配置的情况下工作吗?
我不想使用任何 XML 配置。是否可以在没有 XML 配置的情况下设置 NServiceBus?我真的希望我的发布者全部在代码中配置,并且我希望能够在代码中显式指定从传输到序列化器再到订阅存储的所有内容。
I don't want to use any XML configuration. Is it possible to have NServiceBus set up with NO XML configuration? I really want my publisher to be configured all in code, and I want to be able to specify everything from the transport to the serializer to the subscription storate explicitly in code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 看看这个要点,其中包含通过自定义配置源来完成此操作的代码。如果未使用其中任何一个,则默认使用配置代码。
用法如下:
yes. take a look at this gist which has the code to do exactly this via a custom configuration source. it defaults to using config code if either is not used.
usage would be like such: