| Apache Qpid > Index > Developer Pages > Documentation > QMan - Qpid Management bridge |
Home
Download
Getting Started
Documentation
Mailing Lists
Issue Reporting
FAQ/How to
Getting Involved
Qpid Integrated with..
Source Repository
Building Qpid
Developer Pages
QMF
People
License
Project Status
Acknowledgments
What is AMQP ?
AMQP Specification Download

QMan is a management bridge for Qpid. It allows external clients to manage and monitor one or more Qpid brokers.
Please note: All WS-DM related concerns have to be considered part of M5 release.
QMan exposes the broker management interfaces using Java Management Extensions (JMX) and / or OASIS Web Services Distributed Management (WSDM). While the first one is supposed to be used by java based clients only the latter is an interoperable protocol that enables management clients to access and receive notifications of management-enabled resources using Web Services.
QMan can be easily integrated in your preexisting system in different ways :
With "User Documentation" we mean all information that you need to know in order to use QMan from a user perspective. Those information include :
| Section | Description |
|---|---|
| Get me up and running | How to install & start QMan. |
| QMan Administration Console | QMan (WS-DM version only) Administration Console. |
| JMX Interface Specification | Describes each JMX interface exposed by QMan. |
| WS-DM Interface Specification | Describes each WS-DM interface exposed by QMan. |
| QMan Messages Catalogue | Informational / Debug / Error / Warning messages catalogue. |
If you are interested in technical details about QMan and related technologies this is a good starting point. In general this section provides information about QMan design, interfaces, patterns and so on...
| Section | Description |
|---|---|
| System overview | A short introduction about QMan deployment context. |
| Components view | Describes QMan components, their interactions and responsibilities. |