Thanks for the replies. I decided to slow down the producer and then it seems
to work fine. I guess the producer was producing messages so fast that the
consumer box couldn't handle them. May be the buffer was getting
overwhelmed. it seems like a network or an OS issue.
So by slowing down the pro
Is it possible you have multiple applications competing for the same port on
the server box? Might be worth while to bring down the broker and verify
that nothing else is running on any of those ports: 61616, 61613, 61617.
Also, you might want to disable the networkConnector until you've solved
t
It helps if you also tell us what version of ActiveMQ-CPP you are using,
but all the recent versions 2.0 and above should be fine with a v4.1.1
Broker.
Are both clients C++ clients?
What does you code do?
Do you get any exceptions?
Can you include a small sample?
What platform / OS?
Regards
T