c# + .NET 4

2010-06-21 Thread slyfox
have nms working well with activemq and c#. Does not seem like the current binaries work with the new .NET 4. Are there binaries that handle this or is it possible to build from source and target .NET 4? Thanks, Bobby -- View this message in context: http://old.nabble.com/c--%2B-.NET-4-tp2895

Re: My NMS topic consumer dies after 1 message

2010-01-27 Thread slyfox
t it to terminate after receiving the message. To keep it > alive and processing more messages, you will need some kind of looping > mechanism. > > On Wed, Jan 27, 2010 at 5:01 PM, slyfox wrote: > >> >> Working fine in java but switched a client over to C#, producer wo

Re: My NMS topic consumer dies after 1 message

2010-01-27 Thread slyfox
Update: Did set my message listener before the start command and added ackmode AutoAcknoweldge, but same result, stops after one message slyfox wrote: > > Working fine in java but switched a client over to C#, producer worked, > consumer works, just dies after

My NMS topic consumer dies after 1 message

2010-01-27 Thread slyfox
Working fine in java but switched a client over to C#, producer worked, consumer works, just dies after 1 message: ## using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Apache.NMS; using Apache.NMS.Active

inject MessageListener instance to allow for onMessage to reside anywhere in the application

2010-01-21 Thread slyfox
I would like to create a topic consumer module that I can re-use in my code. I am publishing stock quotes to a topic that I can consume no problem if I put my consumer logic all in once class. I would like to some how instantiate my ActiveMQConsumer class with a MessageListener so that the onMes

Re: no IconnectionFactory implementation found - NMS

2009-12-29 Thread slyfox
Thank you sir, I do not know how I missed that but have them both and running smoothly. I appreciate your patience and willingness to help me out. Happy new year, Bobby Timothy Bish wrote: > > On Tue, 2009-12-29 at 10:44 -0800, slyfox wrote: >> Hey Tim thanks for the response.

Re: no IconnectionFactory implementation found - NMS

2009-12-29 Thread slyfox
with the binaries as I have not tried to build from source. My windows .net skills are extremely lacking. Thanks I just downloaded the binary for the stable release Timothy Bish wrote: > > On Tue, 2009-12-29 at 09:06 -0800, slyfox wrote: >> Trying to get the nms imple

no IconnectionFactory implementation found - NMS

2009-12-29 Thread slyfox
Trying to get the nms implementation working... The doc seems vague to me with regard to the config file? How is this file (nmsproducer-activemq.confg) created and what goes in it? Sorry, not a regular .net user. activemq and activemqcpp working, just need this piece. thanks, bobby -- View th

Re: No IConnectionFactory implementation problem

2009-12-29 Thread slyfox
I am sorry but all of this seems very vague. I have downloaded the binary for .net...I have activemq working with activemqcpp but cannot get nms working. Is there any documentation on what goes into the config file? I am getting the "no Iconnectionfactory implementation found" error as well.