1

I was looking using ActiveMQ and I found that spring.net has it's own NMS library and so does the Apache community

http://www.springframework.net/doc-latest/reference/html/nms-quickstart.html http://activemq.apache.org/nms/nms-api.html

Does anyone know anything about them?

JustinT
  • 161
  • 1
  • 5

1 Answers1

2

Spring.NET is using the Apache.NMS libraries underneath, just like the regular Spring JMSTemplate etc uses watch JMS provider you configure. From what I recall the Spring.NET release is using an older version of NMS.ActiveMQ by default. So if you want to use the most up to date ActiveMQ .NET library than you'd have to go with straight Apache.NMS.ActiveMQ or figure out how to wire in the alter libs into the Spring.NET stuff.

Tim Bish
  • 17,475
  • 4
  • 32
  • 42
  • Dunno if this is any help, but Spring.NET v2 is out in a matter of days now. They might have updated their libs to the latest version. – Richard Oct 12 '12 at 13:52