ActiveMQ Data Storage
JDBC (Database) Master Slave is the default configuration for data storage employed to store FIFO data for ActiveMQ. In this configuration, each ActiveMQ node in a cluster is configured to utilize a single, shared database.
By default, this option is configured to make use of the existing Sterling B2B Integrator database. As a result, this configuration option is setup out of the box and provides the simplest storage solution. For more information on ActiveMQ JDBC Master Slave configuration, see http://activemq.apache.org/jdbc-master-slave.html.
Shared File System Master Slave is an alternative data storage mechanism supported for FIFO, where a shared file system is used to store FIFO data for ActiveMQ. The shared file system option may yield better performance than when using JDBC. For more information on ActiveMQ file system based storage, see http://activemq.apache.org/shared-file-system-master-slave.html.