nsb-servicecontrol

NServiceBus MessageForwardingInCaseOfFaultConfig not working as expected

独自空忆成欢 提交于 2019-12-12 03:57:23
问题 I've setup NServiceBus to forward failed messages to an error queue which is monitored by ServiceControl. Here's my config: <section name="MessageForwardingInCaseOfFaultConfig" type="NServiceBus.Config.MessageForwardingInCaseOfFaultConfig, NServiceBus.Core" /> <MessageForwardingInCaseOfFaultConfig ErrorQueue="error" /> When I send a message that fails to be processed, it's sent to the DLQ. However, I can't find a copy of this message in the error or error.log queue. When I look at the message