Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Messaging Bridge Upgrade Version 3 to 4

Component: Messaging Bridge

All endpoints must be registered with the bridge

Version 4 of the Messaging Bridge will default to translating the NServiceBus.ReplyToAddress message header for all messages. This is a change from previous bridge versions, in which the translation of the header had to be explicitly enabled for failed messages.

This behaviour ensures successful delivery of in-flight messages between endpoints that have changed transports during the lifetime of the message.

Since the header may contain a physical address of any endpoint in the system, the change in the behavior requires all endpoints in the system to be registered with the bridge. This ensures that the information necessary for the NServiceBus.ReplyToAddress header translation is available when messages are transferred by the bridge.

Users who still want to prevent the need to register all endpoints with the bridge can use a dedicated API option:

bridgeConfiguration.DoNotTranslateReplyToAddressForFailedMessages();