Interface ActiveMQJournalBundle

  • All Known Implementing Classes:
    ActiveMQJournalBundle_$bundle

    @MessageBundle(projectCode="AMQ")
    public interface ActiveMQJournalBundle
    Logger Code 14 each message id must be 6 digits long starting with 14, the 3rd digit should be 9 so 149000 to 149999
    • Method Detail

      • ioRenameFileError

        @Message(id=149000,
                 value="failed to rename file {0} to {1}",
                 format=MESSAGE_FORMAT)
        ActiveMQIOErrorException ioRenameFileError​(String name,
                                                   String newFileName)
      • journalDifferentVersion

        @Message(id=149001,
                 value="Journal data belong to a different version")
        ActiveMQIOErrorException journalDifferentVersion()
      • journalFileMisMatch

        @Message(id=149002,
                 value="Journal files version mismatch. You should export the data from the previous version and import it as explained on the user\'s manual")
        ActiveMQIOErrorException journalFileMisMatch()
      • unableToOpenFile

        @Message(id=149004,
                 value="unable to open file")
        String unableToOpenFile()
      • recordLargerThanStoreMax

        @Message(id=149005,
                 value="Message of {0} bytes is bigger than the max record size of {1} bytes. You should try to move large application properties to the message body.",
                 format=MESSAGE_FORMAT)
        ActiveMQIOErrorException recordLargerThanStoreMax​(long recordSize,
                                                          long maxRecordSize)
      • threadDumpAfterFileOpenTimeout

        @Message(id=149007,
                 value="Thread dump being generated as the asynchronous file.open is not responding fast enough.")
        String threadDumpAfterFileOpenTimeout()