Re: Critical error sending large messages to mysql

2022-09-16 Thread Stephen Baker
What would the critical analyzer do if it couldn’t write to the large-message or page store now? I didn’t think the restart was that out of line, if a little hopeless in this case. From: Clebert Suconic Date: Friday, September 16, 2022 at 2:38 PM To: users@activemq.apache.org Subject: Re: Crit

Re: Critical error sending large messages to mysql

2022-09-16 Thread Clebert Suconic
I fixed some critical analyzer issues. You should upgrade. Or just turn off the critical analyzer. On Thu, Sep 15, 2022 at 5:01 PM Stephen Baker < stephen.ba...@rmssoftwareinc.com> wrote: > The message size actually doesn’t matter at all. The problem is simply > calling updateBlob when the conne

Re: corrupt ActiveMQ Kahadb file?

2022-09-16 Thread Tetreault, Lucas
Hi Wendell, There are a couple of options you can try in the KahaDB config: checkForCorruptJournalFiles - If true, will check for corrupt journal files on startup and try and recover them. ignoreMissingJournalfiles - If true, reports of missing journal files are ignored. If deleting the inde

Re: Dual Mirroring and Core Bridges

2022-09-16 Thread Clebert Suconic
I wouldn't use both (bridge and mirroring between the servers) I would simplify your setup with either one or the other. On Fri, Sep 16, 2022 at 8:19 AM Stephen Baker wrote: > > We are running artemis multiple artemis clusters between hot and cold > datacenters in a dual mirroring setup, so: > >

corrupt ActiveMQ Kahadb file?

2022-09-16 Thread Wendell Hatcher
ActiveMQ Team, is it possible to restore a corrupted kahadb file without losing the data? I saw this article and tried to follow the delete db.redo and db.data files but it didnt work? Is it safe to delete the kahadb index file db.data in order to recover the kahadb index from the journal? - Red

Dual Mirroring and Core Bridges

2022-09-16 Thread Stephen Baker
We are running artemis multiple artemis clusters between hot and cold datacenters in a dual mirroring setup, so: A mirrors with A’ B mirrors with B’ We also have core bridges between A and B so: A.forwardBfoo goes to B.foo A’.forwardBfoo goes to B’.foo (by virtue of symmetric configuration) B.f