Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update routing_content_core_6.partial.md #4124

Merged
merged 9 commits into from
Oct 22, 2019
3 changes: 3 additions & 0 deletions transports/msmq/routing_content_core_6.partial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Mapping the logical destination to the physical address containing the queue and
The preferred way of configuring the physical routing is via the instance mapping file.


NOTE: When using instance mapping, the settings will have no effect on **audit/error** queue and **publish/subscribe** (except for subscription messages, subscription messages will be sent to all listed instances)
seanfarmar marked this conversation as resolved.
Show resolved Hide resolved


## Instance mapping file

The instance mapping file is a simple XML file that has to be located either on a local hard drive or a network drive. When using MSMQ as the transport, NServiceBus will automatically look for an `instance-mapping.xml` file in `AppDomain.BaseDirectory`.
Expand Down
5 changes: 4 additions & 1 deletion transports/msmq/routing_content_core_[,6).partial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

NOTE: When using instance mapping, the settings will have no effect on **audit/error** queue and **publish/subscribe** (except for subscription messages, subscription messages will be sent to all listed instances)
seanfarmar marked this conversation as resolved.
Show resolved Hide resolved

Host name of the machine running each endpoint can be specified directly in the message-endpoint mapping configuration section by adding `@machine` suffix.

snippet: endpoint-mapping-msmq

When using MSMQ, if there is no `@machine` part, NServiceBus assumes the configured endpoint runs on a local machine.
When using MSMQ, if there is no `@machine` part, NServiceBus assumes the configured endpoint runs on a local machine.
4 changes: 4 additions & 0 deletions transports/msmq/routing_content_msmqtransport_[1,).partial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Mapping the logical destination to the physical address containing the queue and host names is the responsibility of physical routing.


seanfarmar marked this conversation as resolved.
Show resolved Hide resolved
NOTE: When using instance mapping, the settings will have no effect on **audit/error** queue and **publish/subscribe** (except for subscription messages, subscription messages will be sent to all listed instances)


The preferred way of configuring the physical routing is via the instance mapping file.


Expand Down