Default Destinations for sample applications
FioranoMQ creates default destination objects that can be used by client applications to run samples provided with the FioranoMQ installer. By default, FioranoMQ uses the file-based message store.
It is possible to configure the FioranoMQ Server to use the file-based message store or an RDBMS-based message store.
File-based default destination objects are:
- PrimaryQueue
- SecondaryQueue
- PrimaryTopic
- SecondaryTopic
The messages published on these destinations are stored in a file-based message store.
RDBMS-based default destination objects are:
- PrimaryRDBMSQueue
- SecondaryRDBMSQueue
- PrimaryRDBMSTopic
- SecondaryRDBMSTopic
Messages published on these destinations are stored in the RDBMS-based message store.
By enabling both file-based and RDBMS-based stores in a single instance of the FioranoMQ server enables messages requiring fast retrieval to be saved in a file-based store and messages requiring the reliability of JDBC-compliant relational databases to be saved in an RDBMS-based file store.