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??
--
View this message in context:
http://www.nabble.com/Consumer-doesnt-recieve-messages-from-producer-tp25372762p25372762.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.