Using NServiceBus with multiple application both act as Publisher and Subscriber

Posted by Yoann. B on Stack Overflow See other posts from Stack Overflow or by Yoann. B
Published on 2010-05-19T15:28:30Z Indexed on 2010/05/19 15:30 UTC
Read the original article Hit count: 553

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about nservicebus

Related posts about .NET