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 the Consumer finishes it's run prior to getting any messages from the Producer.
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 -0700, sharongi wrote: >> 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 consumer class to project A >> and >> the producer class to project B. >> In the main class of project A I've started the consumer thread and in >> the >> main class of project B I've started the producer thread. >> >From some reason, the consumer can't seem to get any messages from the >> producer. >> I've tested the exact same code in one project and it worked perfectly. >> Can anyone seem to know what the problem is?? > > The usual culprit for consumers not getting messages is that you did not > call connection.start() > > Regards > Tim. > > > -- > Tim Bish > http://fusesource.com > http://timbish.blogspot.com/ > > > > > -- View this message in context: http://www.nabble.com/Consumer-doesnt-recieve-messages-from-producer-tp25372762p25414992.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.