On Fri, Aug 25, 2023 at 9:08 PM Justin Bertram wrote:
> > We don't have HA enabled.
>
> In ActiveMQ Artemis the idea of "split-brain" [1] is predicated on an HA
> configuration. In short, it's what we call what happens when both a primary
> and backup server are active at the same time serving th
Hello! Registration is still open for the upcoming Community Over Code
NA event in Halifax, NS! We invite you to register for the event
https://communityovercode.org/registration/
Apache Committers, note that you have a special discounted rate for the
conference at US$250. To take advantage of th
Hi Aleksandr,
you could use the Jolokia endpoint sending HTTP requests or implement your
custom QueueRequestor setting auto-delete-queues, i.e.
public Message request(Message message) throws JMSException {
queue = session.createQueue("activemq.management")
tempQueue = session.
Hello Team,
We have problem using management client in restricted environment where user
can send/receive messages only to specified destinations.
I would like to clarify how ActiveMQ Artemis management client works and if it
is correct.
I have created Artemis broker instance with --allow-anony
Recent JDK changes seemed to break something in the version of Karaf
that the build was using. Updating to a newer version resolved things:
https://issues.apache.org/jira/browse/ARTEMIS-4373
https://github.com/apache/activemq-artemis/commit/c81e079122
On Sat, 26 Aug 2023 at 15:49, Mike Williams w