AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/nservicebus/llms.txt. The markdown version of this page is served as plain text. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

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();