我正在使用NServiceBus,Azure Service Bus作为传输。每次发送邮件时,我都会在日志中看到以下内容:
Checking existence cache for '...'
Checking namespace for existance of the queue '...'
Determined that the queue '...' exists
Queue '...' already exists, skipping creation
尽管日志中有噪音(我可以过滤掉这些消息,但除了这一点之外),我担心每次检查的开销。如何配置NServiceBus以期望这些命名空间和队列存在并停止检查每条消息?
答案 0 :(得分:6)
如果他们打扰你,可以随意过滤日志文件中的日志条目。