SzymonPobiega / NServiceBus.Router

Cross-transport, cross-site and possibly cross-cloud router component for NServiceBus
MIT License
5 stars 10 forks source link

Handle messages with missing CorrelationId headers #46

Open SzymonPobiega opened 2 years ago

SzymonPobiega commented 2 years ago
2022-01-13 14:52:20.497 ERROR Persistent error while processing messages in Bridge. Entering throttled mode.
System.NullReferenceException: Object reference not set to an instance of an object.
   at TLV.TryDecodeTLV(String tlvString, Action`2 valueCallback)
   at ReplyTraceRule.UnwrapCorrelationIdAndSetTraceHeader(BaseForwardRuleContext context)
   at ReplyTraceRule.AddTraceHeadersForRoutingBackReply(BaseForwardRuleContext context)