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