WildFly HornetQ-Based Messaging Subsystem HA Configuration Parameters: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


* [[WildFly_HornetQ-Based_Messaging_Subsystem_Configuration#Subjects|WildFly HornetQ-Based Messaging Subsystem Configuration]]
* [[WildFly_HornetQ-Based_Messaging_Subsystem_Configuration#Subjects|WildFly HornetQ-Based Messaging Subsystem Configuration]]
=<tt>shared-store</tt>=
Whether this server is using shared store or not. Default is false.
=<tt>backup-group-name</tt>=
This is the unique name which identifies a live/backup pair that should replicate with each other. Example: "pair-A".
=<tt>check-for-live-server</tt>=
If a replicated live server should check the current cluster to see if there is already a live server with the same node id. Default is false.
<font color=red>'''TODO''': ?</font>
=<tt>failover-on-shutdown</tt>=
Whether this backup server (if it is a backup server) becomes the live server on a normal server shutdown. Default is false.
=<tt>allow-failback</tt>=
Whether this server will automatically shutdown if the original live server comes back up. Default is true.
=<tt>max-saved-replicated-journal-size</tt>=
The maximum number of backup journals to keep after failback occurs. Specifying this attribute is only necessary if allow-failback is true. Default value is 2, which means that after 2 failbacks the backup server must be restarted in order to be able to replicate journal from live server and become backup again.

Latest revision as of 02:50, 10 May 2016

Internal

shared-store

Whether this server is using shared store or not. Default is false.

backup-group-name

This is the unique name which identifies a live/backup pair that should replicate with each other. Example: "pair-A".

check-for-live-server

If a replicated live server should check the current cluster to see if there is already a live server with the same node id. Default is false.

TODO: ?

failover-on-shutdown

Whether this backup server (if it is a backup server) becomes the live server on a normal server shutdown. Default is false.

allow-failback

Whether this server will automatically shutdown if the original live server comes back up. Default is true.

max-saved-replicated-journal-size

The maximum number of backup journals to keep after failback occurs. Specifying this attribute is only necessary if allow-failback is true. Default value is 2, which means that after 2 failbacks the backup server must be restarted in order to be able to replicate journal from live server and become backup again.