summaryrefslogtreecommitdiff
path: root/qpid/java/management
Commit message (Expand)AuthorAgeFilesLines
* Attempt one at merge from r1021441:HEADgrkvlt-network-20101013Andrew Donald Kennedy2010-12-068-17/+57
* Network layer changes, and then some. Actual commit history preserved elsewhe...Andrew Donald Kennedy2010-10-1330-88/+61
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-1927-153/+195
* QPID-2867: add support to the JMX management console for removing bindings fr...Robert Gemmell2010-09-183-13/+101
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1714-47/+44
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1218-106/+121
* QPID-2828: prevent NPE if attempting to add queues to the navigation tree tha...Robert Gemmell2010-08-273-2/+39
* QPID-2788: synchronize the concurrently accessed arraylists. Return new insta...Robert Gemmell2010-08-271-9/+38
* QPID-2615: Remove use of the Java6 ObjectName '?' wildcard used to avoid secu...Robert Gemmell2010-08-271-22/+36
* QPID-2675: Remove obsolete QpidExceptionAndrew Donald Kennedy2010-07-262-3/+1
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-164-6/+28
* QPID-2731: enable the jmx management console to set boolean attribute valuesRobert Gemmell2010-07-162-1/+13
* QPID-2700 Patch for ability to remove bindings from exchanges and additional ...Marnie McCormack2010-07-053-6/+20
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-233-0/+0
* QPID-2599: restore log4j settings files which are not named log4j.xml or log4...Robert Gemmell2010-06-041-0/+29
* QPID-2632 : Updating ManagementConsoleTest to use IBBC required added broker/...Martin Ritchie2010-06-022-9/+4
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-5/+14
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-2/+2
* QPID-2599Rajith Muditha Attapattu2010-05-113-179/+0
* QPID-2525: Updated Build.xml to build Management ExamplesMartin Ritchie2010-04-211-84/+269
* Move queue info example to the new management/examples submoduleRobert Gemmell2010-02-181-0/+177
* Add some initial examples of using jmx to add new queues and delete messages ...Robert Gemmell2010-02-183-0/+295
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-1233-3078/+3771
* I am disabling the WsDmAdapterTest by commenting out the code that adds the t...Rajith Muditha Attapattu2010-02-061-2/+2
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-064-3/+57
* 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-042-2/+2
* QPID-2269: Remove the hiding fields for object/name/vhost and use the correct...Robert Gemmell2009-12-141-8/+4
* QPID-2268: Use the attribute names for selection instead of their position wi...Robert Gemmell2009-12-141-30/+29
* QPID-1878: use getAttribute method directly with the attribute name to retrie...Robert Gemmell2009-12-141-27/+6
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-118-102/+26
* Update OSGI/Eclipse bundle versions and filenames for the 0.6 releaseRobert Gemmell2009-12-105-10/+20
* Move generation of qpidversion.properties files to a shared definition in mod...Robert Gemmell2009-12-101-16/+0
* Modified the script to check QMAN_LIB is set and use that instead of always l...Rajith Muditha Attapattu2009-12-091-2/+4
* QPID-1753: Update the Qman modules build.xml to use the release-bin task, upd...Robert Gemmell2009-12-091-0/+2
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-083-3/+58
* QPID-2232: rename the RCP application release artifacts to include jmx-manage...Robert Gemmell2009-12-037-11/+13
* QPID-2233: convey the exception messsage to provide useful feedback to users ...Robert Gemmell2009-12-031-13/+9
* QPID-2152: Update the timeout process so as not to return a null, and close a...Robert Gemmell2009-12-032-34/+47
* QPID-2193: add a warning note to the confirmation dialogRobert Gemmell2009-11-111-1/+3
* QPID-2196: updated application and server registries to better keep track of ...Robert Gemmell2009-11-116-10/+89
* QPID-2195: only enable moving messages for newer brokers that dont suffer fro...Robert Gemmell2009-11-101-18/+37
* QPID-2193: expose the deprecated deleteMessageFromTop() JMX queue operation f...Robert Gemmell2009-11-101-0/+29
* QPID-2190: when management versioning using both the ServerInformation and Us...Robert Gemmell2009-11-092-6/+7
* QPID-2189: use an ObjectName pattern instead of the precise key value in the ...Robert Gemmell2009-11-061-2/+2
* QPID-2178: update console to allow display of new channel blocking statusRobert Gemmell2009-11-062-3/+21
* 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-094-4/+4
* QPID-2075: Wrap every Connection/Notification Listener removal in an individu...Robert Gemmell2009-08-252-7/+38