Re: which release of NMS works with activemq 5.2.0?

2010-12-02 Thread Timothy Bish
There shouldn't be any issue using an older broker with the newer versions of NMS.ActiveMQ. You might want to check the URI in the code to ensure its pointing to the correct location. On Wed, Dec 1, 2010 at 4:33 PM, Peter Lin wool...@gmail.com wrote: I'm hoping someone knows the answer to

Re: which release of NMS works with activemq 5.2.0?

2010-12-02 Thread Peter Lin
I found my error. when I copied the example, I left out { and } after the using( ) statement. that was causing the Nullpointer error I was getting. Reading the example on the website, it was hard to see. Even though it is valid in C# to have using( something) block without { } it was causing

which release of NMS works with activemq 5.2.0?

2010-12-01 Thread Peter Lin
I'm hoping someone knows the answer to this. I'm using activemq 5.2.0, which works great. I can successfully connect with java and do what I need. When I try to connect to activemq using NMS 1.4.0.2075 from VS2008 .Net 3.5, I get errors. I tried the example from the website and get a connection