How to specify a remote private queue in NServiceBus?

Posted by Benny on Stack Overflow See other posts from Stack Overflow or by Benny
Published on 2010-03-24T05:11:53Z Indexed on 2010/03/24 5:13 UTC
Read the original article Hit count: 752

Filed under:
|
|

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" Endpoint="MyPublisherInputQueue@Dell755" />
    </MessageEndpointMappings>
  </UnicastBusConfig>

© Stack Overflow or respective owner

Related posts about nservicebus

Related posts about remote