RE: Questions on queue message counters

2018-08-02 Thread Neha Sareen
IBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=a9YS1Z_IlHjjwrEIkK3pngi5xaGRZ0QdCmbyVuaLSBU=5tPBRTL9wtASwt-7By7kU2hfFq_MyirHE2F_FpAofrA=FAxsD-W3AQLjypqUKJbvpPeImEZQm79qLqC0dP1I3-I= On Wed, Jun 27, 2018 at 4:32 PM, Neha Sareen wrote: > Hi Justin, > > I have some follow up questions here to your respons

Potential message loss seen with HA topology in Artemis 2.6.2 on failback

2018-07-17 Thread Neha Sareen
Hi, We are setting up a cluster of 6 brokers using Artemis 2.6.2. The cluster has 3 groups. - Each group has one master, and one slave broker pair. - The HA uses replication. - Each master broker configuration has the flag 'check-for-live-server' set to true. - Each slave broker

Artemis Failover tests

2018-07-13 Thread Neha Sareen
Hi, - We are setting up a cluster of 6 brokers using Artemis 2.4.0. - The cluster has 3 groups. - Each group has one master, and one slave broker pair. - The HA uses replication. - Each master broker configuration has the flag 'check-for-live-server' set to true. - Each slave broker

RE: Questions on queue message counters

2018-06-27 Thread Neha Sareen
Artemis provides today? It varies. I've included possible alternatives in the previous answers where applicable. Justin On Mon, Jun 25, 2018 at 1:33 PM, Neha Sareen wrote: > Iterating point 1 again,( not sure how this was converted to a > Hyperlink) > > 1. Trying to understan

RE: Info required for MessageCounterInfo class

2018-06-26 Thread Neha Sareen
ure what you're asking here. If you want to run the example against your broker simply run 'mvn verify -PnoServer' and ensure the connection factory URL in jndi.properties as well as the JMX URL in MessageCounterExample.java both point to your broker. If that's not what you want please clar

Info required for MessageCounterInfo class

2018-06-25 Thread Neha Sareen
Hi, We are working with Apache Artemis 2.4.0 and trying to determine the Queue Message Counters. 1. Invoking the Jolokia API to display MessageCounterHistory: $ curl -u artemis:artemis -H "Content-Type: application/json" -X POST -d '{"type":"exec", "mbean":"o

RE: Questions on queue message counters

2018-06-25 Thread Neha Sareen
-Original Message- From: Neha Sareen Sent: Monday, June 25, 2018 10:38 AM To: users@activemq.apache.org Subject: Questions on queue message counters Hi, We are working with Apache Artemis 2.4.0 and have some questions related to the queue message counters. I have been looking

Questions on queue message counters

2018-06-25 Thread Neha Sareen
Hi, We are working with Apache Artemis 2.4.0 and have some questions related to the queue message counters. I have been looking at the org.apache.activemq.artemis.api.core.management.QueueControl interface to get info around the queue message counter related APIs. 1. Trying to