Apache ActiveMQ Configuration

2014-04-02 Thread ratheesh k v
Hi, I have some doubts, regarding Apache ActiveMQ configuration, 1) Whenever the disk store(for persistent messages) that i mentioned in activemq.xml file exceeds, by producer flow control my producer is got blocked from sending more messages, but consumer received all the messages, still unab

Re: Building Instructions on the ApacheMQ-CPP Website.

2014-04-02 Thread Hadrian Zbarcea
I think I understand what you mean. Try using http instead of https, or follow the link below [1]. The https: protocol gives some funky results, maybe we should look into that too. Hadrian [1] http://activemq.apache.org/cms/building.html On Wednesday 02 April 2014 18:26:05 naris wrote: > Hadr

Re: Building Instructions on the ApacheMQ-CPP Website.

2014-04-02 Thread naris
Hadrian Zbarcea wrote > Not sure what you mean. The Building section instructs one to run: > > ./autogen.sh > ./configure > make > make install > > The note you mentioned refers to warnings you may see after running > autogen.sh. > > Doesn't that work for you? > Hadrian When I view the Buildin

Re: mkahadb: Failed to start per destination persistence adapter for destination

2014-04-02 Thread boday
FYI, I was able to reproduce this issue…its because a queue with no name was created when using JMX to send messages in between queues...I'll log a ticket with more info... -- View this message in context: http://activemq.2283324.n4.nabble.com/mkahadb-Failed-to-start-per-destination-persistence

Apache Apollo 1.7 CPU Load High After Upgrade

2014-04-02 Thread Raphael Seebacher
HiAfter upgrading Apache Apollo from version 1.6 to version 1.7, I noted quite a considerable increase in CPU load on the respective host. Please refer to the attached image for details. There are roughly 1500 clients connected to the broker, sending approximately 1 message per second on average.Ha

Re: Some question about static and multicast for network broker

2014-04-02 Thread snake0zero
By the way I just debugged my Consumer code and found it was stopped in ActiveMQConnection#syncSendPacket. it looks like Consumer is waiting for ActiveMQ's response but no any reply. -- View this message in context: http://activemq.2283324.n4.nabble.com/Some-question-about-static-and-multicast-

Some question about static and multicast for network broker

2014-04-02 Thread snake0zero
Hi all I'm trying to set up a network of broker to implement message sync between network. When I check static and multicast for network broker, I can connect one broker to consume messages from another broker in same network via multicast discovery. But I found I can't sync message in same situ

ActiveMQ with JAVA 8

2014-04-02 Thread khandelwalanuj
Hi, Since Java8 has been released. We should have ActiveMQ compiled with Java8. Is there any plan on this ? Did ActiveMQ gods started to compile broker with it or run test against it ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-JAVA-8-