0

We have an older installation running with NSB 2.0. I know NES is released for 2.5 but since it's just a layer on top I figure it should be possible to try NES with NSB 2.0. Also, for various reasons the customer does not want to upgrade NSB until it hits 3.0. So I'm evaluating using NES for this particular customer and it seems to compile and start up the samples alright.

But are there any compelling reasons not to use NES with NSB 2.0?

Werner

Werner
  • 1,229
  • 1
  • 10
  • 24

2 Answers2

0

Event sourcing is just a pattern and it does not correlate with any particular messaging technology. NSB is hust a transport, you could even use some file-based message queues, RabbitMQ or Azure queues.

xelibrion
  • 2,220
  • 1
  • 19
  • 24
0

NES will work fine with NSB 2.0+

Elliot Ritchie
  • 417
  • 3
  • 5
  • Excellent. Thanks Elliot. I have tried but got an exception that is probably easily fixed. I can't paste exception details in a comment but I'll create another post for that. – Werner Sep 16 '11 at 06:07