Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created June 25, 2014 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigomaia/0abe151583a5e488d4e6 to your computer and use it in GitHub Desktop.
Save rodrigomaia/0abe151583a5e488d4e6 to your computer and use it in GitHub Desktop.
ActiveMQ Detected missing/corrupt journal files
http://nishal-tech.blogspot.com.br/2012/09/activemq-detected-missingcorrupt.html
Sometime kahaDB which is used by activeMQ to persist the message, get either corrupted some message/journal gets corrupted or missing. I got few flag which can can configured in activemq.xml.
<persistenceAdapter>
<kahaDB directory="${activemq.base}/data/kahadb"
ignoreMissingJournalfiles="true"
checkForCorruptJournalFiles="true"
checksumJournalFiles="true" />
</persistenceAdapter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment