Version 2

    JBoss/JMS Cache Store

     

    The cache store is responsible for moving messages to and from offline storage to avoid OutOfMemoryError.

     

    To make this work affectively, messages need to be converted to Message References as soon as possible.

     

    The simplest implementation is Least recently used, however work flow and message size needs to be considered.