订阅来自 NServiceBus 的所有消息

发布于 2024-12-06 09:17:21 字数 75 浏览 0 评论 0原文

我想订阅通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寄居人 2024-12-13 09:17:21

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.

情绪操控生活 2024-12-13 09:17:21
  1. 写入所有 IMessageHandler 实现中的事件日志。
  2. 使用 SCOM 来监视事件日志。
  1. Write to the event log in all your IMessageHandler implementations.
  2. Get SCOM to monitor the event logs.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文