Re: ActiveMQ classic - no persistence but need lease-database-locker

2023-11-30 Thread Martin Lichtin
Yes, that's what I currently need to do, keep the store. But to avoid accidentally using it, I really would want to disable it. https://issues.apache.org/jira/browse/AMQ-9410 Thx, On 29/11/2023 16:27, Jean-Baptiste Onofré wrote: That's not currently possible as the lease depends on the store

Re: ActiveMQ classic - no persistence but need lease-database-locker

2023-11-29 Thread Matt Pavlovich
Hi Martin- Even non-persistent message flows often take advantage of the message storage. When the broker runs out of memory for non-persistent messages, it will swap them to disk using the temp store. That is generally preferred over back pressure, producer flow control or stalling out message

Re: ActiveMQ classic - no persistence but need lease-database-locker

2023-11-29 Thread Jean-Baptiste Onofré
Hi That's not currently possible as the lease depends on the store (store useless when non persistent). As persistent is a message property, you can keep the store just for the lease. Can you please create a Jira about that ? I can add something around that. Regards JB On Wed, Nov 29, 2023 at

ActiveMQ classic - no persistence but need lease-database-locker

2023-11-29 Thread Martin Lichtin
I'd like to configure ActiveMQ classic for non-persistent messaging, with a database lease locker. How can this be done? Configuring        then at startup it says:    persistent="false", ignoring configured persistenceAdapter but the "lease-database-locker" must be configured inside: