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

Allow the journal's checkpoint period to be configurable.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0
    • 3.1
    • Message Store
    • None

    Description

      msd@msdservices.com reported on the user list:

      Is the journal's checkpoint periodicity configurable? Looking in JournalPersistenceAdapter.java, the answer appears to be no.

      I would like to request that this timing be exposed. While I am comfortable with 5 minutes, the people who have to administer the system I am building would not be.

      // Do a checkpoint periodically.
      clockTicket = getClockDaemon().executePeriodically(1000 * 60 * 5, new Runnable() {
      public void run()

      { checkpoint(false); }

      }, false);

      Matt

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chirino Hiram R. Chirino
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: