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

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: