Is NServiceBus suitable for general as well specific client notifications
Posted
by Pratik
on Stack Overflow
See other posts from Stack Overflow
or by Pratik
Published on 2010-03-21T11:21:23Z
Indexed on
2010/03/21
11:31 UTC
Read the original article
Hit count: 375
nservicebus
|wcf
I am looking at various options for a WCF based publish subscribe framework. Say I have one WCF web service that will be the publisher and 1000 clients registered as subscriber. For some published messages all clients will be interested but at the same time I wish the ability to notify a single client with a specific message. On receiving notification the client will call other web service methods on the web service.
Is NServiceBus suitable for this kind of scenario ? If I use MSMQ for transport does it mean that every PC where the client is installed requires a queue to be created ?
© Stack Overflow or respective owner