Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

(S4)PACG 200 SP 05 MESSAGE BROKER 3.4

Currently only two message brokers can run in parallel where one of them is active and the other one inactive

For information on how to control message brokers running in failover mode check here

In order to use failover with message broker please follow steps described below:

  1. Install two instances of MB and add an make sure following section is added to the configuration file (the rest of the configuration is the same like in case of running single message broker and both configuration must be the same)

    Engine
    FailoverEnabled: true

  2. Start both instances

  3. Create two logical ports. One for each instance of message broker

  4. In the transaction /PACG/ECM_CACC enter the first logical port

  5. Run transaction SM30 and edit view /PACG/ECM_VCAAP - enter there names of both logical ports that should be used

  6. In the transaction /PACG/ECM_CPROP enable use of failover mechanism

  7. Create a job with periodicity 1 minutes for program /PACG/ECM_HEARTBEAT. This program is deleting old job protocols. This program in first run is activating first (primary) MB if available. If not than secondary MB is activated. Program needs to run each minute.


  • No labels