summaryrefslogtreecommitdiff
path: root/qpid/java/management
Commit message (Expand)AuthorAgeFilesLines
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-133-10/+16
* QPID-5980: javadoc fixups continueRobert Gemmell2014-08-081-7/+9
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-081-2/+2
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-073-3/+3
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-072-14/+25
* NO-JIRA: [Java Broker] update JMX QueueInformation example to use the necessa...Keith Wall2014-07-241-14/+20
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-212-54/+0
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-292-2/+2
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-282-2/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-272-4/+4
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-062-8/+15
* QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-062-2/+0
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-302-42/+1
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-232-0/+129
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-061-1/+18
* QPID-4908: Reduce the description text for MessageGroupSharedGroups attributeAlex Rudyy2013-06-051-1/+1
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-052-9/+28
* QPID-4795: update naming of the UserManagement MBeans to remove restriction p...Robert Gemmell2013-05-012-2/+9
* QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-241-1/+1
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* NO-JIRA: update JMX addQueue example to use the necessary quoted elements in ...Robert Gemmell2012-11-191-19/+22
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-121-41/+0
* QPID-4160: remove the old JMX Management ConsoleRobert Gemmell2012-07-20126-22046/+0
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-092-2/+2
* QPID-4094: Qpid MC misformats JMX notification datesKeith Wall2012-06-291-1/+1
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-285-144/+62
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-133-2/+1
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-171-1/+3
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-082-2/+2
* QPID-3846: stop adding useless empty nodes for connections, exchanges, queues...Robert Gemmell2012-02-161-15/+1
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2715-84/+149
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-2714-2/+85
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2767-615/+594
* QPID-3672: Occasional NPE from Qpid Management Console when connecting to serverKeith Wall2011-12-141-1/+1
* QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-011-22/+1
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-285-7/+60
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-032-2/+2
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-311-1/+2
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-213-151/+283
* QPID-3331: Update trunk versions to 0.13 for the next releaseJustin Ross2011-06-302-2/+2
* QPID-3260: remove defunct java/management/tools/qpid-cli moduleRobert Gemmell2011-05-1662-6464/+0
* QPID-3260: remove defunct java/managemnt/console moduleRobert Gemmell2011-05-1623-3932/+0
* QPID-3260: remove defunct java/management/agent moduleRobert Gemmell2011-05-1631-3888/+0
* QPID-3260: remove defunct java/management/client moduleRobert Gemmell2011-05-16265-41782/+0
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-103-15/+46
* QPID-2984: increment management API version to allow distinguishing addition ...Robert Gemmell2011-04-214-48/+54
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-083-4/+354