Versions Compared

Key

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

...

  • The schema is checked into svn.

Todo / info to fill out:

...

Designed note for getting info in and out JMX

JMX WS-DM Gateway

Management Requirements

  • Must operate from a formally defined management schema.
  • Must natively use the AMQP protocol and its type system.
  • Must support the following operations
    • SET operation on configurable (persistent) aspects of objects
    • GET operation on all aspects of objects
    • METHOD invocation on schema-defined object-specific methods
    • Distribution of unsolicited periodic updates of instrumentation data
      • Data updates shall carry an accurate sample timestamp for rate calculation
      • Updates shall carry object create/delete timestamps.
      • Transient objects shall be fully accounted for via updates. Note that short-lived transient objects may come and go within a single update interval. All of the information pertaining to such an object must be captured and transmitted.
    • Distribution of unsolicited event and/or alert indications (schema defined)
  • Role-based access control at object, operation, and method granularity
  • End-to-end encryption and signing of management content
  • Schema must be self-describing so the management client need not have prior knowledge of the management model of the system under management.
  • Must be extensible to support the management of objects beyond the AMQP component set. This allows AMQP to be used as a general-purpose management protocol.

...