Re: connection issues

2007-10-18 Thread appi03
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

Re: connection issues

2007-10-18 Thread Nathan Mittler
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

Re: connection issues

2007-10-18 Thread Timothy Bish
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