efense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_ARTEMIS-2D1956&d=DwIBaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=a9YS1Z_IlHjjwrEIkK3pngi5xaGRZ0QdCmbyVuaLSBU&m=5tPBRTL9wtASwt-7By7kU2hfFq_MyirHE2F_FpAofrA&s=FAxsD-W3AQLjypqUKJbvpPeImEZQm79qLqC0dP1I3-I&e=
On Wed, Jun 27,
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 config
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 confi
n API that 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. Tryi
nt work further.
I'm not exactly sure 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
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
-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 at the
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