Confusion with Persistence

2022-01-25 Thread Matthew Harris
Hi, I'm trying to set up data persistence with an Artemis ActiveMQ broker, version 2.20.0. In broker.xml, I use a "journal-retention-directory" tag to create a copy of the journals generated by running the broker in the "data/retention" directory for 365 days, as described in the documentation he

Re: Confusion with Persistence

2022-01-25 Thread Matthew Harris
deletion are archived or retained rather than > > being deleted. > > if the data is still in the journal, then it won't exist in the > > retention folder. > > > > send and consume more messages such that compaction would cleanup and > > remove some journal dat

Re: Confusion with Persistence

2022-01-25 Thread Matthew Harris
My apologies, I just needed to try again, I got it working now. Thanks for clearing everything up! On Tue, Jan 25, 2022 at 12:39 PM Matthew Harris wrote: > That was definitely my point of confusion, thank you both for clearing it > up. > > One quick follow up - what's the be

Re: Confusion with Persistence

2022-01-25 Thread Matthew Harris
has no reliable way to determine > how to decode the data so it won't even try to print it. > > > Justin > > On Tue, Jan 25, 2022 at 11:47 AM Matthew Harris > wrote: > > > My apologies, I just needed to try again, I got it working now. Thanks > for > > clearin

Re: Confusion with Persistence

2022-01-25 Thread Matthew Harris
, for example, a JMS QueueBrowser. > - Use the "consumer" command with a customer "serializer" that understands > the data encoding/format. > > > Justin > > On Tue, Jan 25, 2022 at 11:57 AM Matthew Harris > wrote: > > > Hmm, that makes sense. Is

Difficulties finding libaio

2022-01-27 Thread Matthew Harris
Hi, I'm trying to containerize apache-artemis-2.20.0, and right now I'm working on adding libaio to the container so I can use an AIO journal for faster performance. I stored the .so files for libaio in a directory in the container, and I set the LD_LIBRARY_PATH environment variable to point to th

Re: Difficulties finding libaio

2022-01-27 Thread Matthew Harris
n Thu, Jan 27, 2022 at 4:20 PM Vilius Ĺ umskas wrote: > Hi, > > most of the distributions have libaio packaged and ready. You just need to > "dnf install" or "apt-get" it in your container image. > > -- > Vilius > > -Original Message-

Re: Difficulties finding libaio

2022-01-27 Thread Matthew Harris
kernel module installed as well as the shared > object (i.e. .so) file shipped with ActiveMQ Artemis. I've only seen you > mention the .so file. Do you have the libaio kernel module installed? > > > Justin > > On Thu, Jan 27, 2022 at 3:14 PM Matthew Harris > wrote: > >

Re: Difficulties finding libaio

2022-01-28 Thread Matthew Harris
anyone else had an issue like this? On Thu, Jan 27, 2022 at 4:43 PM Matthew Harris wrote: > What is the file extension for a libaio kernel module? Also I'm going to > be picking this up again tomorrow but I'm done for today, so there might be > a delay in my response, just a

Re: Difficulties finding libaio

2022-01-28 Thread Matthew Harris
It was an issue with how I was creating the container, sorry for any confusion. On Fri, Jan 28, 2022 at 8:12 AM Matthew Harris wrote: > Any updates on this? For a bit more context: > > On my local machine that's able to run the AIO journal, all I have > installed are 3 .so