qmf_architecture has been created by Ted Ross (Jul 02, 2008).

Content:

Architectural Framework

Components

Management Broker

Management Agent

Management Console

Interfaces

Console Interface

Agent Interface

Features

Redundant components and paths

Single point of entry

Old Text

There are two primary interfaces defined in the management architecture:

  1. The Management Console Interface is used by management clients (CLIs, GUIs, console servers, etc.) to remotely access management data.
  2. The Extension Interface is used by software components (not necessarily related to the QPID infrastructure) to provide access to their managed objects.
        +---------+    +---------+        +---------+
        |         |    |         |        |         |
        | CLI/GUI |    | Console |<======>| CLI/GUI |
        |         |    | Server  |        |         |
        +---------+    |         |        +---------+
             ^         +---------+
             |              ^
             |              |
             v              v
        +---------------------------------+
        |                                 |
        |   Managed QPID Infrastructure   |
        |                                 |
        +---------------------------------+
                      ^
                      |
                      v
                +------------+
                |            |-+
                | Management | |-+
                | Extensions | | |
                |            | | |
                +------------+ | |
                  +------------+ |
                    +------------+

Both management interfaces are based on the AMQP protocol and its type system.

Reply via email to