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

OutOfMemoryError in ActiveMQ message broker when attempting to publish 2 Million messages - one publisher and four durable subscribes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1.1
    • 5.0.0
    • Broker
    • None

    Description

      (reference original posting on Nabble: http://www.nabble.com/forum/ViewPost.jtp?post=12798657)

      We have a one topic publisher that is attempting to publish 2 million messages with 4 durable subscribers. Things go fine until we hit 1.7 million messages - then we get an OutOfMemoryError.

      ActiveMQ is setup to use 5 x 20M log files, and Derby JDBC persistence. We use the JVM memory settings -Xmx1024M and <usageManager id="memory-manager" limit="512 MB"/>

      At the time of the out of memory, one of the log file is gone crazy and it's size is 415M. The Derby size is big as well.

      We are using session client acknowledgment. and prefetch size of 1 (we need to serialize message consumption).

      each message is being acknowledged using javax.jms.Message.acknowledge();

      Did not find anything on how to change checkpoint interval for persistence.

      Attachments

        Activity

          People

            rajdavies Robert Davies
            noahz_tt Noah Zucker
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: