Configuration UI Architecture

What is the Configuration UI?

The Configuration UI is where users go to change various configuration settings in the Callback Solution. Examples of configuration settings:

  • Operation modes
  • Menu options presented to callers
  • How to announce EWT
  • How to calculate EWT

The Configuration UI is a required application always installed on each Management Instance server in a Callback solution.

architecture diagram

Architecture Overview

architecture diagram Details on each connection point:

  1. The Configuration UI sends calls the Configuration Translation API when a settings is changed in the UI.
  2. The Configuration Translation API passes the notification of change to the Message Bus
  3. The Message Bus sends to change to Queue Manager.
  4. The Configuration Translation API calls the VHQMS web service a the change is submitted.
  5. The VHQMWS web service updates the new configuration setting to the Configuration data base.