ActiveMQ APIs for C and CPP

2014-06-30 Thread khandelwalanuj
Hi, I am trying to understand ActiveMQ support for C and CPP clients. I have gone through the documentation but it is really old for example: http://activemq.apache.org/cms/stomp-support.html : talk about "Currently the Stomp protocol is at V1.0 and doesn't supply the necessary features in the

is kahadb replication supported?

2014-06-30 Thread Kevin Burton
I'm curious if kahadb replication is supported. http://activemq.apache.org/kahadb-master-slave.html says it's not supported but that page also has errors in rendering. So I wonder if it's just in error. -- Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress

Number of consumers question

2014-06-30 Thread sks
I am testing durable topics. I'm using the JAVA to programatically create the topic and the durable subscriber. The test closes the subscriber, session and connection and then exits If i use the ActiveMQ web console, it still shows the number of consumers at 1. I would have expected this to have

InFlight count for TopicSubsrcription growing

2014-06-30 Thread mwendling
I have a network of 2 brokers that are connected in duplex mode. Is it normal that the InFlightCount continuously grows for the ActiveMQ.Advisory.Consumer.Queue topics? I see that the number of InFlight messages is growing and growing and the dequeued count stays at 0 Also, the inflight co

AMQ 5.6 IllegalStateException: Cannot add producer

2014-06-30 Thread gkh
After upgrading from v5.5.1 to 5.6, I'm now seeing the following for each message being sent; none of these messages seem to reach the consumer. Our app doesn't emit these messages when running with AMQ 5.5.1. INFO | jvm 1| 2014/06/21 06:58:34 | java.lang.IllegalStateException: Cannot add a

Re: After I apt-get install activemy,the activemy cannot run

2014-06-30 Thread kimmking
no permission to create pid file,plz sudo chmod first 发自我的 iPhone > 在 2014年6月30日,9:50,"laoxiang56 [via ActiveMQ]" > 写道: > > my system is ubuntu-server-12.04 and I want to install activemq for use;so I > do like this(all commands by root user): > > apt-get install activemq,then it install Ac

Re: ActiveMQ Heap Size Monitoring

2014-06-30 Thread Johan Edstrom
Any tool that does JMX, which pretty much will be any network monitoring tool that can draw graphs. On Jun 30, 2014, at 3:04 AM, Bilgin Ibryam wrote: > You have couple of options here: > > 1. Jolokia is exposing memory statistics over http as json. You can use an > external tool to regularly p

Re: ActiveMQ Heap Size Monitoring

2014-06-30 Thread Bilgin Ibryam
You have couple of options here: 1. Jolokia is exposing memory statistics over http as json. You can use an external tool to regularly poll and record the values. 2. You can write a camel route that is embedded in activemq that reads either data exposed by jolokia or simply read it from the jvm a

Re: ActiveMQ spring configuration

2014-06-30 Thread khandelwalanuj
Did anyone get a chance to look at this ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-spring-configuration-tp4682563p4682650.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.