.net - In NServiceBus, can I use both Pub/Sub messaging and Full Duplex at the same time? -
we want utilize nsb (nservicebus) our app development. have bunch (~6) of services hooked nsb , publish/subscribe pattern makes perfect sense. however, there configuration service also, need simple request/reply (full duplex) pattern configuration info (settings, permissions, etc) either local db central remote db server.
so client request config info , result back, illegal (according manual) when using nsb pub/sub setup.
is there way using nsb anyway,without losing cool features such slr , fault tolerance, error queues, etc.? or have circumvent nsb altogether , create simple wcf service instead?
thank you.
yes, can utilize both publish/subscribe , full-duplex request/response messaging in given solution - that's fine.
all beingness said, specific illustration gave, i'd model differently.
i'd consider using configuration component (rather "service") can called in-process. dll create phone call database , thing dealing remote calls whether connection string points local machine or remote one.
.net wcf nservicebus publish-subscribe nservicebus4
No comments:
Post a Comment