Interface ActiveMQJournalBundle
-
- All Known Implementing Classes:
ActiveMQJournalBundle_$bundle
@MessageBundle(projectCode="AMQ") public interface ActiveMQJournalBundleLogger Code 14 each message id must be 6 digits long starting with 14, the 3rd digit should be 9 so 149000 to 149999
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJournalBundleBUNDLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveMQIOErrorExceptionfileNotOpened()ActiveMQIOErrorExceptionioRenameFileError(String name, String newFileName)ActiveMQIOErrorExceptionjournalDifferentVersion()ActiveMQIOErrorExceptionjournalFileMisMatch()ActiveMQIOErrorExceptionrecordLargerThanStoreMax(long recordSize, long maxRecordSize)StringthreadDumpAfterFileOpenTimeout()StringunableToOpenFile()
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQJournalBundle BUNDLE
-
-
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()
-
fileNotOpened
@Message(id=149003, value="File not opened") ActiveMQIOErrorException fileNotOpened()
-
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()
-
-