by OmerMor
I've built an rpc-like communication layer that translates method calls to messages.
The messages are sent using nServiceBus over MSMQ transport because the one-way/disconnected nature of it fits me better than remoting or sockets.
The reason I don't use MSMQ directly is because I need to support clients that wish to work using different transports (e.g. rendezvous) and the abstraction that nServiceBus uses (ITransport) fits great.
I
2 of 2 users found the following review helpful. Was this review helpful to you? Yes | No
by misha
NServicebus framework was embedded in several conduit.com subsystems.
The framework proved itself as a reliable and robust infrastructure for our runtime load-intensive production distributed environment.
NServicebus is straightforward to use, easy to configure and adapt for specific needs and contains great features (Saga, Distributer and more) that are very useful and powerful.
Misha Haron
Software Engineer
Conduit.com
2 of 2 users found the following review helpful. Was this review helpful to you? Yes | No
by simon_segal
I can't speak long enough about my true appreciation for this framework. We all have 'default' positions when it comes to design considerations and technology choices and NServiceBus is currently #1 for me when it comes to picking a safe, scalable way to do messaging behind the corporate firewall. If you have struggled with the (over) complexity of other messaging frameworks then I would implore you to take a lingering look at NServiceBus. Every
1 of 1 users found the following review helpful. Was this review helpful to you? Yes | No
We started looking at how we could improve our system robustness and introduce realtime reporting without increasing load on our OLTP databases. We also had some challenges to deliver consisten performance in some sub systems regardless of the overall loading.
It took a few weeks to grok the concepts involved in messaging but our devs needed only a week to implement a pub sub solution which is testament to how straightforward nServiceBus
1 of 1 users found the following review helpful. Was this review helpful to you? Yes | No