diff options
| author | Alan Conway <aconway@apache.org> | 2007-12-10 20:22:23 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-12-10 20:22:23 +0000 |
| commit | 340eccfc41a61b5cea01184f0da40b2f78c20a3f (patch) | |
| tree | 998b9e11be40a884d86caf96005be5db75e991ab /qpid/specs | |
| parent | 228e12dddd4287d0f333b211b4b095a2e11da9a1 (diff) | |
| download | qpid-python-340eccfc41a61b5cea01184f0da40b2f78c20a3f.tar.gz | |
Patches from Ted Ross <tross@redhat.com>
QPID-697
Fixed access-rights constants for management schema.
Added mutex to fix problems associated with concurrent invocation of accessors for queue statistics.
Removed queue schema content that is not relevant to QPID.
QPID-698
This patch creates a new subdirectory in python called "mgmt-cli".
python/mgmt-cli/main.py can be executed from the shell. If no arguments are supplied, it attempts to connect to the broker at localhost:5672. The first argument is the hostname for the target broker and the second (optional) argument is the TCP port (defaults to 5672).
It is assumed that the AMQP spec file is in the following location:
/usr/share/amqp/amqp.0-10-preview.xml
It is also required that the qpid/python directory be in the PYTHONPATH environment variable.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@603034 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
| -rw-r--r-- | qpid/specs/management-schema.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index 3105c5e055..2147122f0a 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/specs/management-schema.xml @@ -109,27 +109,6 @@ <configElement name="durable" type="bool" access="RC"/> <configElement name="autoDelete" type="bool" access="RC"/> <configElement name="exclusive" type="bool" access="RC"/> - <configElement name="pageMemoryLimit" type="uint32" access="RO"/> - - <!-- Persistent Journal Support --> - <instElement name="journalLocation" type="sstr" desc="Logical directory on disk"/> - <instElement name="journalBaseFileName" type="sstr" desc="Base filename prefix for journal"/> - <instElement name="journalInitialFileCount" type="uint32" desc="Number of files initially allocated to this journal"/> - <instElement name="journalCurrentFileCount" type="uint32" desc="Number of files currently allocated to this journal"/> - <instElement name="journalDataFileSize" type="uint32" unit="byte" desc="Size of each journal data file"/> - <instElement name="journalFreeFileCount" type="hilo32" desc="Number of files free on this journal. Includes free files trapped in holes."/> - <instElement name="journalAvailableFileCount" type="hilo32" desc="Number of files available to be written. Excluding holes"/> - <instElement name="journalRecordDepth" type="hilo32" unit="record" desc="Number of enqueued records (durable messages)"/> - <instElement name="journalRecordEnqueues" type="count64" unit="record" desc="Total enqueued records on journal"/> - <instElement name="journalRecordDequeues" type="count64" unit="record" desc="Total dequeued records on journal"/> - <instElement name="journalWriteWaitFailures" type="count64" unit="record" desc="AIO Wait failures on write"/> - <instElement name="journalWriteBusyFailures" type="count64" unit="record" desc="AIO Busy failures on write"/> - <instElement name="journalReadRecordCount" type="count64" unit="record" desc="Records read from the journal"/> - <instElement name="journalReadBusyFailures" type="count64" unit="record" desc="AIO Busy failures on read"/> - <instElement name="journalWritePageCacheDepth" type="hilo32" unit="page" desc="Current depth of write-page-cache"/> - <instElement name="journalWritePageSize" type="uint32" unit="byte" desc="Page size in write-page-cache"/> - <instElement name="journalReadPageCacheDepth" type="hilo32" unit="page" desc="Current depth of read-page-cache"/> - <instElement name="journalReadPageSize" type="uint32" unit="byte" desc="Page size in read-page-cache"/> <instElement name="msgTotalEnqueues" type="count64" unit="message" desc="Total messages enqueued"/> <instElement name="msgTotalDequeues" type="count64" unit="message" desc="Total messages dequeued"/> |
