订阅来自 NServiceBus 的所有消息
我想订阅通过 NServiceBus 系统发送的所有消息,以进行日志记录和监视。但是尝试监听 IMessage 不起作用,有什么想法吗?
I'd like to subscribe to all messages being sent across the NServiceBus system, for the purpose of logging and monitoring. However trying to listen for IMessage doesn't work, ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
NServiceBus 通过 ForwardReceivedMessagesTo 配置选项明确支持审核。让您的管理员配置每个端点以将消息转发到中央审核队列。
NServiceBus has explicit support for auditing through the ForwardReceivedMessagesTo configuration option. Have your admins configure each of your endpoints to forward the messages to a central audit queue.