Martin Lichtin created AMQ-9410:
-----------------------------------

             Summary: Support non-persistent broker configuration with a 
lease-database-locker
                 Key: AMQ-9410
                 URL: https://issues.apache.org/jira/browse/AMQ-9410
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
            Reporter: Martin Lichtin


Currently it's not possible to configure a broker without persistence, i.e.
{noformat}
 <broker persistent="false" ... >{noformat}
and at the same time configure a lease-database-locker to select a Master 
broker.
{noformat}
 <locker>
   <lease-database-locker leaseHolderId="${broker-id:root}" >
     <statements>
       <statements lockTableName="activemq_lock" />
     </statements>
   </lease-database-locker>
 </locker> {noformat}
 Ideally it should be possible to configure this outside of <persistenceAdapter>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to