@MessageBundle(projectCode="AMQ")
public interface ActiveMQJournalBundle
Modifier and Type | Field and Description |
---|---|
static ActiveMQJournalBundle |
BUNDLE |
Modifier and Type | Method and Description |
---|---|
ActiveMQIOErrorException |
fileNotOpened() |
ActiveMQIOErrorException |
ioRenameFileError(String name,
String newFileName) |
ActiveMQIOErrorException |
journalDifferentVersion() |
ActiveMQIOErrorException |
journalFileMisMatch() |
ActiveMQIOErrorException |
recordLargerThanStoreMax(long recordSize,
long maxRecordSize) |
String |
unableToOpenFile() |
static final ActiveMQJournalBundle BUNDLE
@Message(id=149000, value="failed to rename file {0} to {1}", format=MESSAGE_FORMAT) ActiveMQIOErrorException ioRenameFileError(String name, String newFileName)
@Message(id=149001, value="Journal data belong to a different version") ActiveMQIOErrorException journalDifferentVersion()
@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()
@Message(id=149003, value="File not opened") ActiveMQIOErrorException fileNotOpened()
@Message(id=149004, value="unable to open file") String unableToOpenFile()
@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)
Copyright © 2020 The Apache Software Foundation. All rights reserved.