How to work with NServiceBus in gateway mode
Posted
by Mike737
on Stack Overflow
See other posts from Stack Overflow
or by Mike737
Published on 2010-05-07T00:55:05Z
Indexed on
2010/05/07
0:58 UTC
Read the original article
Hit count: 373
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?
© Stack Overflow or respective owner