Search code examples
.netnservicebusgatewayservicebus

How to work with NServiceBus in gateway mode


I've been trying to get the pubsub sample in the NServiceBus download to work in a gateway mode.

I haven't really been able to find out much detail at all about how to get NServiceBus to run in gateway mode.

How do I setup the publisher/server in gateway mode? When I did try I received an access denied exception which would either be due to the account I'm running it under or I'm missing something.

How do I setup the subscribers/clients to communicate to the gateway?

Can anyone point me in the right direction?


Solution

  • There is no "gateway mode" - it is an additional process. You'd run one instance at each site. Have you read the documentation?

    http://docs.particular.net/nservicebus/gateway/