AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/transports/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.

Using Fully Qualified Domain Names

Component:
MSMQ Transport

By default, the MSMQ transport uses the local machine name, taken from Environment.MachineName, as the originator and reply-to address in messages. Windows can use NETBIOS to connect to the destination machine. Some deployment environments require the use of Fully Qualified Domain Names (FQDN) to route messages correctly. The most common scenario is routing between machines in different domains.

To use the FQDN, override the machine name

Routing

The routing configuration and any explicit queue destinations will also need to use the FQDN.