Re: Inactivity Monitor

2014-01-02 Thread Prashant
As per my understanding - Default value for maxInactivityDuration is 30 Seconds(3 milliseconds). So even if you are not setting any value explicitly from client side, by default 30 seconds would be considered for client side. And as you said, you are setting 120 seconds from broker side. Then

Re: Hung ActiveMQ broker and processes are blocking

2014-01-02 Thread xabhi
I looked at stack trace and it has something to do with inactivity monitor. Some one from ActiveMQ development team can help us here. -- View this message in context: http://activemq.2283324.n4.nabble.com/Hung-ActiveMQ-broker-and-processes-are-blocking-tp4675874p4675967.html Sent from the Activ

Re: ActiveMQ broker usages.

2014-01-02 Thread Rodrigo Ramos
Hello I suppose to this link could help you: http://activemq.apache.org/message-cursors.html Regards 2014/1/2 khandelwalanuj > I cannot use more than one broker, currently only one broker is used. > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-

How to balance consumers for the queues in network of brokers

2014-01-02 Thread cjiang
Hi, I have a question regarding how to balance the consumers for the queues in network of brokers setup. I have 2 activemq brokers which are set up as network of brokers with network connectors on both directions. There are many independent services (read as standalone machines) which act as bot

Unbalanced message dispatching

2014-01-02 Thread pollotek
I have a non persistent network of brokers composed of 2 brokers and 2 consumers. Consumers are configured to failover connect to broker1 and broker2 in that order. I've noticed that when I redeploy my app, which requires the consumers to be restarted, one of the consumers CPU goes very high (some

Re: Message Dequeue count in jconsole 0 even after messages are recieved and consumed by subscribers

2014-01-02 Thread artnaseef
Topics never store messages. Inside the broker, messages produced to Topics are dispatched to the Topic subscriptions, which themselves may store messages. So, the dequeue count on the Topic has little meaning. -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Deq

redelivery works only once

2014-01-02 Thread sp
Hi folks, I'm trying to get redelivery to work and so far I haven't had much success. I'm running 5.9.0 and I'm using an Oracle database for persistence and I have the following configuration.

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2014-01-02 Thread salemi
If the network connection to the server is down I can't use JMX to connect to ActiveMQ netiher! -- View this message in context: http://activemq.2283324.n4.nabble.com/Detecting-the-connection-to-activemq-is-down-using-spring-DefaultMessageListenerContainer-tp4675825p4675931.html Sent from the A

ActiveMQ consumer count is set to "0"

2014-01-02 Thread Rupesh
Hi,We have been using ActiveMQ in production from almost 6 months. There are four queues/topics in my production queue. We observed sometimes even if consumer application is up and running, the consumer count for one of the queue was visible as "0". Unfortunately, we had debug desabled and hence ha

Re: ActiveMQ broker usages.

2014-01-02 Thread khandelwalanuj
I cannot use more than one broker, currently only one broker is used. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-broker-usages-tp4675922p4675929.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Hung ActiveMQ broker and processes are blocking

2014-01-02 Thread khandelwalanuj
Please respond... -- View this message in context: http://activemq.2283324.n4.nabble.com/Hung-ActiveMQ-broker-and-processes-are-blocking-tp4675874p4675928.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Inactivity Monitor

2014-01-02 Thread xbhanu
So, I were to increase it this would require me to specify maxInactivityDuration at broker side as well as client side? I mean If I specify a value say 120 seconds on broker side and do not specify anything on the client side while connecting to broker, will that make the configuration to 120 secon