summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-12-08 04:03:50 +0000
committerRobert Gemmell <robbie@apache.org>2009-12-08 04:03:50 +0000
commit329094fe3cee90244ccd42c064161ec322aba756 (patch)
tree062a79893f72afd97d8e5fd0afe33aa131cb83b6 /qpid/java/management/eclipse-plugin
parent89592d8cd08393dbafc730cc096410b521541343 (diff)
downloadqpid-python-329094fe3cee90244ccd42c064161ec322aba756.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@888248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin')
-rw-r--r--qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java
index c22cfc4f45..f3fc135efb 100644
--- a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java
+++ b/qpid/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";