Re: ActiveMQ usage from C# (WITHOUT SPRING.NET)

2009-03-14 Thread padcom
> >> This is a bug that was fixed. If you get latest you should have better >> success. >> >> - Jim >> >> -Original Message----- >> From: pclovec >> >> Date: Thu, 12 Mar 2009 15:49:22 >> To: >> Subject: Re: ActiveMQ usa

Re: ActiveMQ usage from C# (WITHOUT SPRING.NET)

2009-03-14 Thread padcom
lovec > > Date: Thu, 12 Mar 2009 15:49:22 > To: > Subject: Re: ActiveMQ usage from C# (WITHOUT SPRING.NET) > > > > i used the dll now ,but i didn't saw this issue. did u build the dll by > self.? > > > padcom wrote: >> >> Hi there,

Re: ActiveMQ usage from C# (WITHOUT SPRING.NET)

2009-03-12 Thread Jim Gomes
This is a bug that was fixed. If you get latest you should have better success. - Jim -Original Message- From: pclovec Date: Thu, 12 Mar 2009 15:49:22 To: Subject: Re: ActiveMQ usage from C# (WITHOUT SPRING.NET) i used the dll now ,but i didn't saw this issue. did u build th

Re: ActiveMQ usage from C# (WITHOUT SPRING.NET)

2009-03-12 Thread pclovec
i used the dll now ,but i didn't saw this issue. did u build the dll by self.? padcom wrote: > > Hi there, > > I'm hoping someone here will be able to help me out as this is getting > pretty interesting for me. > Here's the problem: > > using Apache.NMS; > using Apache.NMS.ActiveMQ; > > na

ActiveMQ usage from C# (WITHOUT SPRING.NET)

2009-03-12 Thread padcom
Hi there, I'm hoping someone here will be able to help me out as this is getting pretty interesting for me. Here's the problem: using Apache.NMS; using Apache.NMS.ActiveMQ; namespace JMSTest { class Program { static void Main(string[] args) { ICo