You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mutating headers of a message forwarded using the ForwardCurrentMessageTo API, the header changes are also visible on incoming pipeline (e.g. via IMessageHandlerContext.MessageHeaders.
headers of forwarded messages can't be changed via mutators though and this only works if you write a custom behavior in the RoutingContext or later.
The text was updated successfully, but these errors were encountered:
When mutating headers of a message forwarded using the
ForwardCurrentMessageTo
API, the header changes are also visible on incoming pipeline (e.g. viaIMessageHandlerContext.MessageHeaders
.headers of forwarded messages can't be changed via mutators though and this only works if you write a custom behavior in the RoutingContext or later.
The text was updated successfully, but these errors were encountered: