Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)

    Code Block
    languageyaml
    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.