Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NServiceBus中的通信是双向的吗?
订阅者也可以发布/发送消息?
NServiceBus 确实支持双向通信,订阅者也可以发布消息。按照惯例将其配置为发布者,为来自其他发布者的事件编写处理程序,在 UnicastBusConfig 中配置消息,然后就完成了。