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

MessageSelectorTest fails because of dated config file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • Test Cases
    • None
    • Patch Available
    • Regression, Unit Test Broken

    Description

      The activemq.xml file used by this test contained:

      <persistenceAdapter>
      <kahaPersistenceAdapter directory="file:target/amq1095"
      maxDataFileLength="200000"/>
      </persistenceAdapter>

      which is no longer valid. I fixed the test by changing it to

      <persistenceAdapter>
      <kahaDB directory="file:target/amq1095"/>
      </persistenceAdapter>

      Attachments

        1. AMQ4331.patch
          2 kB
          Kevin Anthony Earls

        Activity

          People

            Unassigned Unassigned
            kearls Kevin Anthony Earls
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: