Re: Where to see acknowledgement in ActiveMQ Web console?

2017-07-13 Thread Tim Bain
Yes, message deletion results from message acknowledgement, so if you're seeing messages getting deleted at the rate they're consumed, then your acknowledgements are working. Tim On Jul 13, 2017 7:14 AM, "Abhijit Kangale" wrote: > Hi, > > In my project I have below

Where to see acknowledgement in ActiveMQ Web console?

2017-07-13 Thread Abhijit Kangale
Hi, In my project I have below functionality - 1)'datapump-messaging' module (Producer) writes messages to acitveMQ in queue (this module will create queue if already not present based on configuration). 2) 'datapump-services' module (Consumer) reads messages from the queue (created in step 1).

Re: Active MQ - runtimeConfigurationPlugin - Set Message Priority - Not working

2017-07-13 Thread Tim Bain
Just to be sure: if you restart ActiveMQ with the policy in place, is it applied as expected? I want to make sure that the only thing not working is the application of the change at runtime. On Jul 13, 2017 3:35 AM, "akpuvvada" wrote: > Hi Tim, > > You are correct that the

Re: /bin/activemq command not working

2017-07-13 Thread Tim Bain
Your port numbers don't match. On Jul 13, 2017 4:21 AM, "xabhi" wrote: > Hi, > I am trying to get destination stats using /bin/activemq command. This was > earlier available via activemq-admin command. ( > http://activemq.apache.org/activemq-command-line-tools-reference.html

/bin/activemq command not working

2017-07-13 Thread xabhi
Hi, I am trying to get destination stats using /bin/activemq command. This was earlier available via activemq-admin command. ( http://activemq.apache.org/activemq-command-line-tools-reference.html ) ?

Re: Active MQ - runtimeConfigurationPlugin - Set Message Priority - Not working

2017-07-13 Thread akpuvvada
Hi Tim, You are correct that the property is not getting updated. Even in JConsole, I am not able to update this particular property. I guess this is not settable at Run-time. Any idea? -- View this message in context: