Re: Consumer doesnt recieve messages from producer

2009-09-19 Thread sharongi
-09-12 at 07:27 -0700, sharongi wrote: >> Hi Tim, >> >> Thanks for your answer, but this is not the case. >> I have another question, regarding the same issue: >> When I set the MessageListener, how can I "tell" it to run infinitely? >> I came to notice that t

Re: Consumer doesnt recieve messages from producer

2009-09-12 Thread sharongi
er. I'm new to activemq, and while in simple programming I can make the listener thread run in an infinite loop, I have no idea how to do the same here. I'll appreciate any response and sorry if my question sounds too trivial. Timothy Bish wrote: > > On Wed, 2009-09-09 at 13:40

Consumer doesnt recieve messages from producer

2009-09-09 Thread sharongi
Hello everyone! I've created 2 c++ classes: one is functioning as the consumer and one as the producer. I have 2 c++ projects (A and B), both defined as exe. application. I wish that one project will function as the consumer and the other one as the producer..for that purpose, I added the consume