Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-9410

Support non-persistent broker configuration with a lease-database-locker

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Broker
    • None

    Description

      Currently it's not possible to configure a broker without persistence, i.e.

       <broker persistent="false" ... >

      and at the same time configure a lease-database-locker to select a Master broker.

       <locker>
         <lease-database-locker leaseHolderId="${broker-id:root}" >
           <statements>
             <statements lockTableName="activemq_lock" />
           </statements>
         </lease-database-locker>
       </locker> 

       Ideally it should be possible to configure this outside of <persistenceAdapter>

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            lichtin Martin Lichtin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: