summaryrefslogtreecommitdiff
path: root/java/management/common/src
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-282-42/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-033-9/+39
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2717-80/+81
* 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-284-6/+59
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-031-1/+1
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-211-97/+6
* QPID-3331: Update trunk versions to 0.13 for the next releaseJustin Ross2011-06-301-1/+1
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-102-14/+45
* QPID-2984: increment management API version to allow distinguishing addition ...Robert Gemmell2011-04-213-47/+53
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-083-4/+354
* NO-JIRA: Update trunk versions to 0.11Andrew Stitcher2011-03-041-1/+1
* QPID-3090: quote the MBean ObjectName key values for the names of Queues, Con...Robert Gemmell2011-03-011-1/+1
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-1/+1
* add ASF licence to various files in the java treeRobert Gemmell2010-10-311-4/+23
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-196-32/+64
* QPID-2867: add support to the JMX management console for removing bindings fr...Robert Gemmell2010-09-181-1/+1
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-171-6/+16
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-122-43/+43
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-163-4/+26
* QPID-2700 Patch for ability to remove bindings from exchanges and additional ...Marnie McCormack2010-07-052-5/+19
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-5/+14
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-062-1/+45
* QPID-2322: change the JMX parameter name for the password parameter to preven...Robert Gemmell2010-01-061-2/+2
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-068-9/+0
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-041-1/+1
* Update OSGI/Eclipse bundle versions and filenames for the 0.6 releaseRobert Gemmell2009-12-101-1/+1
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-082-2/+57
* QPID-2152: Update the timeout process so as not to return a null, and close a...Robert Gemmell2009-12-031-33/+46
* QPID-2178: expand the return from channels() to indicate whether the channel ...Robert Gemmell2009-11-062-4/+5
* QPID-2016: apply missed version number increment for the new methodRobert Gemmell2009-10-092-2/+2
* QPID-2016: Add ability to reload the Log4J configuration file on request usin...Robert Gemmell2009-08-161-1/+10
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue retur...Robert Gemmell2009-08-101-3/+7
* QPID-2015: Add 2 new methods to the VirtualHostManager to retrieve attribute ...Robert Gemmell2009-08-093-7/+130
* QPID-2000: add a method to the VirtualHostManager MBean to retrieve a Map key...Robert Gemmell2009-07-241-0/+12
* QPID-1967: collect possible Exchange Type values from the broker instead of r...Robert Gemmell2009-07-221-0/+9
* QPID-1981: Expose copyMessages() queue operation through the JMX MBean interfaceRobert Gemmell2009-07-211-0/+16
* QPID-1968: Expose deleteMessages() queue operation through the JMX MBean inte...Robert Gemmell2009-07-211-0/+14
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-211-0/+24
* QPID-1990: add the messages queue position to the viewMessages() operation re...Robert Gemmell2009-07-171-3/+4
* QPID-1946: updated management interfaces with API version information for rec...Robert Gemmell2009-07-174-5/+48
* QPID-1946: add server information mbean to expose version info for the broker...Robert Gemmell2009-07-161-0/+68
* QPID-1944: expose Connection tabular/composite data key values through manage...Robert Gemmell2009-07-131-0/+6
* QPID-1943: expose exchange mbeans tabular/composite key values through the ma...Robert Gemmell2009-07-131-0/+12
* QPID-1932: expose Queue tabular/composite key values through the management i...Robert Gemmell2009-07-131-0/+12
* QPID-1930: expose UserManagement composite/tabular type keys through the mana...Robert Gemmell2009-07-132-4/+10
* QPID-1927: move mbean interfaces to management-common, make broker module dep...Robert Gemmell2009-07-1112-0/+1071
* QPID-1926: modify management-common module to output an osgi bundle, and have...Robert Gemmell2009-07-111-0/+8
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba...Aidan Skinner2009-02-131-17/+39