Using NServiceBus with multiple application both act as Publisher and Subscriber
- by Yoann. B
Hi,
I'm trying to use NServiceBus to make 4 applications communicating together.
All these applications have to act as Publisher and Subscriber.
The only way i founded ti get it workiing is to create a "master" queue named Server, on
which MessageEndpointMappings in all applications configuration is mapped to, but i think it's not the good way ...
So how should i configure NServiceBus on all these application to get this working ?
Thanks.