Re: Messages getting lost on Artemis 2.25

2022-10-26 Thread Walter de Boer
@Clebert, thanks for the update! @Caspar, with 2.20 we do see memory issues that I believe are solved in later versions. But we didn't lose messages the same way we did with 2.24. With 2.20 we're monitoring for AMQ222162 after a crash. We then recover the old replica's just in case replication

Logging invalid connection attempts

2022-10-26 Thread Frank Crow
Hello, I have a requirement to log all invalid user/password connection attempts. I have enabled audit logging by uncommenting the line in the *env *file that says: *ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Dorg.apache.activemq.audit=true"* When I use the web console or the activemq command line console

Re: How to get list of queues in topic address

2022-10-26 Thread Thai Le
Thank you Justin On Wed, 26 Oct 2022 at 01:37, Justin Bertram wrote: > Use the "getQueueNames" method on the address control [1], e.g.: > > try (ServerLocator locator = > ActiveMQClient.createServerLocator("vm://0"); >ClientSessionFactory factory = locator.createSessionFactory(

Re: Mirror compatibility across versions

2022-10-26 Thread Clebert Suconic
I’m finishing that today. On Tue, Oct 25, 2022 at 3:53 PM Stephen Baker < stephen.ba...@rmssoftwareinc.com> wrote: > Is there anything I can do to help get the PR moving? > > Is it still in draft due to the Travis failures? > > From: Clebert Suconic > Date: Friday, October 14, 2022 at 9:41 AM >

Re: Messages getting lost on Artemis 2.25

2022-10-26 Thread Clebert Suconic
You can use zookeeper in a single live backup pair. And the last active host is the one that should be active first. On Wed, Oct 26, 2022 at 5:13 AM Gašper Čefarin wrote: > Sorry for the late reply, > > > @Walter I did try to restore the messages from oldreplica files once, but > didn't manage

Re: Messages getting lost on Artemis 2.25

2022-10-26 Thread Gašper Čefarin
Sorry for the late reply, @Walter I did try to restore the messages from oldreplica files once, but didn't manage to get the messages back. I think the replica containing the messages was deleted already since too much time has passed since I noticed I am missing the messages. This is all hap