Reputation: 181
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?
Upvotes: 1
Views: 593
Reputation: 18366
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.
Upvotes: 2