Contents

In FioranoMQ 6.1 beta upwards, storage type has been introduced in the destinations. Storage types define the type of storage that should be used to store destinations. The possible storage types are file-based and RDBMS based stores. By default, the storage type is file based.

If a destination is file based, then all the persistent messages that are sent on this destination are stored in files. If a destination is RDBMS based, then all the persistent messages are stored in RDBMS.

Storage type is specified at the time of creating a destination.

Below are the steps to create a destination using storage type:

  1. Look up an admin connection factory. Create an Admin connection.
  2. Obtain the Admin Service from the Admin connection.
  3. Create a new metadata. It can be either QueueMetaData or TopicMetaData.
  4. Set the name of the destination.
  5. Set the storage type of the destination.
  6. Create the destination using the admin service.
Adaptavist ThemeBuilder EngineAtlassian Confluence