diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-12-08 04:03:50 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-12-08 04:03:50 +0000 |
| commit | cb3edd774a322d0b62776ff25f519ecfb08bd77f (patch) | |
| tree | c6ed01e8ae4c24c8bea20a24fa13675687be0acc /java/management/eclipse-plugin/src | |
| parent | 5d625b8c891840d11891e0d16de016a8f2c162ba (diff) | |
| download | qpid-python-cb3edd774a322d0b62776ff25f519ecfb08bd77f.tar.gz | |
QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attributes of the Queue MBeans
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/src')
| -rw-r--r-- | java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java index c22cfc4f45..f3fc135efb 100644 --- a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java +++ b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java @@ -47,7 +47,7 @@ public abstract class ApplicationRegistry //max supported broker management interface supported by this release of the management console public static final int SUPPORTED_QPID_JMX_API_MAJOR_VERSION = 1; - public static final int SUPPORTED_QPID_JMX_API_MINOR_VERSION = 5; + public static final int SUPPORTED_QPID_JMX_API_MINOR_VERSION = 6; public static final String DATA_DIR = System.getProperty("user.home") + File.separator + ".qpidmc"; |
