User Reviews

[4 total ]
6 months ago Avatar
A great transport abstraction

  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 ... [More] could've used WCF but the callback mechanism there is cumbersome and it only works on OS > WinXP and we still use W2K.
[Less]

2 of 2 users found the following review helpful. Was this review helpful to you? |

6 months ago Avatar
Conduit.com NServicebus experience

  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? |

5 months ago Avatar
Don't pass by without taking a proper look.

  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 ... [More] developer that I introduce it to feels a sense of well being and calm once they start using it, not to mention the great results they have been able to achieve. The team I currently work with are achieving amazing results and saving their business lot's of money ; needless to say they are popular in the office. [Less]

1 of 1 users found the following review helpful. Was this review helpful to you? |

4 months ago Avatar
nServiceBus at Wonga.com

  by CharlieBarker

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 ... [More] makes the coding.
We have just started our nServiceBus journey but already are excited about what it has to offer. [Less]

1 of 1 users found the following review helpful. Was this review helpful to you? |