JBossMQ Persistence Configuration
JDBC2 Persistence - persisting messages to the database
Message Cache - used to soften messages when memory is tight
No Persistence - a wrapper persistence manager that can avoid persistence, message softening for some destinations.
Configure Multiple Persistence Strategies - forum thread
New/Experimental
JDBC3 Persistence - persisting messages to the database that does not make so many copies of a message in a Topic
Old/Legacy
File Persistence - original persistence manager from jboss-2.4
Comments