Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 961 Bytes

full-qualified-domain-name.md

File metadata and controls

17 lines (13 loc) · 961 Bytes
title summary component versions reviewed redirects
Using Fully Qualified Domain Names
How to use Fully Qualified Domain Names (FQDN) for MSMQ routing with NServiceBus
MsmqTransport
[4,)
2024-05-17
nservicebus/msmq/full-qualified-domain-name

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.