The FioranoMQ Server is installed with pre-created profiles that are configured for certain server functions. These profiles are located in "profiles" directory of the server and are summarized in the table below:
|
Profile |
Description |
|---|---|
|
FioranoMQ |
Default FioranoMQ profile |
|
FioranoMQ_ClusterManager |
Pre-configured profile for running fmq server with Cluster Manager enabled |
|
FioranoMQ_Dispatcher |
Pre-configured profile for running fmq server with Dispatcher enabled |
|
FioranoMQ_HA_rpl/HAPrimary
|
Pre-configured profile for running primary fmq server with HA (replication) enabled
|
|
FioranoMQ_HA_shared/HAPrimary
|
Pre-configured profile for running primary fmq server with HA (shared) enabled
|
|
FioranoMQ_XA |
Pre-configured profile for running fmq server with XA enabled |
|
StandAloneBridge |
Pre-configured profile for running bridge on an independent JVM |
|
StandAloneRepeater |
Pre-configured profile for running repeater on an independent JVM |
By default, the Container runs on the 'FioranoMQ' profile. To choose another profile for the container, specify the profile name along with the -fmq.profile parameter in the command line when launching the container.
For example, in order to use "FioranoMQ_XA" profile, launch the container using the command: fmq.bat -fmq.profile FioranoMQ_XA