How to specify a remote private queue in NServiceBus?
- by Benny
I tried to modify the sample PubSub from NServiceBus, which says
in order to configure remote
endpoints use the format:
"queue@machine"
and I didn't see the message arrive on the publishing machine, the following is the config of subscriber
<UnicastBusConfig>
<MessageEndpointMappings>
<add Messages="MyMessages"…