High Availability Message Queuing

EFT's High Availability (HA) installations for active-active clustering use Microsoft Message Queuing (MSMQ) to share configuration and other data among nodes. All MSMQ messages are two-fish encrypted. MSMQ Broadcasting is used to communicate that a change has been made to the cluster. When an admin makes a change to the FTP.cfg (adds/disables a user, creates an event rule, etc.), the node will broadcast a message to all nodes in the cluster that the FTP.cfg file has been modified and to read in the changes. The broadcasting system is also used to notify other nodes when AML, SSL, SSH, and OpenPGP files are created or modified.

Almost all EFT data and operations are synced between all of the nodes, except for the following node-specific data/operations:

When EFT is installed for active-active clustering, the installer determines whether MSMQ is enabled and enables it if it is not. EFT HA relies on the MSMQ service for two important functions:

The Event queue and the Coherence queue are created at service start and destroyed when the service is stopped. They appear in the Computer Management console, under Services and Applications > Message Queuing.

To view Message Queuing

  1. In Windows 2012, right-click the Start icon, then click Run.

  2. In the Run dialog box, type compmgmt.msc then press ENTER.

  3. Expand the Services and Applications node.

  4. Expand the Message Queuing node.

Related Topics