Get StorePercentUsage for Queue

2018-11-01 Thread Hitesh
I need to get the StorePercentUsage from JMX apis. Is there a way to find this info. I saw the available options by connecting to mbeans via jconsole, but didn't find the property. Any idea if this is readily available or we need to calculate this info? In the second case, attributes on which calc

Re: OS wise setup

2018-05-24 Thread Hitesh
Thanks for the help. All my queries are answered. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: OS wise setup

2018-05-24 Thread Hitesh
So just the scripts are different? We can simply keep a single setup with merged bin folders? Any issues that might occur if we merge the bins? Or would you suggest to use the activemq.jar to start the broker? Thanks in advance.. :) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ

OS wise setup

2018-05-22 Thread Hitesh
When we head to the download site of ActiveMQ, we see the setup is distributed for different OS. Is there a specific reason for the same? Or can we use a single setup across all types of systems? My application is not OS specific, so it can be installed on any type of OS. Since ActiveMQ different

Re: Cleanup Pending messages using JMX remove message

2017-10-22 Thread Hitesh
I have 2 durable subscribers. And when offline, the count is still 2. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Cleanup Pending messages using JMX remove message

2017-10-18 Thread Hitesh
Hi all, I have a very peculiar and weird usecase with ActiveMQ 5.13 I have two durable subscribers listening on a *topic*. When a particular event occurs, I have to invalidate the messages and remove them from the topic. To do this, I'm using JMX connection and browsing on the topic and then fr

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-22 Thread Hitesh
Hi Tim, You are right, after providing the topic information, I was able to browse the messages and call the removeMessage(String JMSMessageID) on them. However, On recursive testing, I found after few iterations the removeMessage won't work and the message is not deleted from the topic. Follow

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-21 Thread Hitesh
Hey Tim, Thanks for the reply. I connected the MBeans using jconsole and found that it is possible to browseMessages(). All the data that I've sent to that topic is accessible on JMX UI. Following is the screenshot to verify the same.

JAVA ActiveMQ JMX browse messages on Topic

2017-08-18 Thread Hitesh
Hi all, The following question is for ActiveMQ 5.13. I have 2 durable subscribers listening to a topic, lets say ExampleTopic. I need to delete all the messages on that topic when a particular event occurs. I tried to find the jolokia apis to do the same but couldn't find any. So I've decided to