summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-212-54/+277
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-101-1/+1
* QPID-2984: increment management API version to allow distinguishing addition ...Robert Gemmell2011-04-211-1/+1
* QPID-3110: unquote the key values for recieved Notifications to ensure they a...Robert Gemmell2011-03-041-3/+22
* QPID-3092: add a tab view to expose the virtualhost attributesRobert Gemmell2011-03-011-0/+2
* QPID-3090: allow the JMX Management Console to work properly with quoted Obje...Robert Gemmell2011-03-011-3/+26
* QPID-3090: quote the MBean ObjectName key values for the names of Queues, Con...Robert Gemmell2011-03-011-1/+1
* add Licence info to another couple of filesRobert Gemmell2010-11-072-0/+21
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-1921-121/+131
* QPID-2867: add support to the JMX management console for removing bindings fr...Robert Gemmell2010-09-182-12/+100
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-176-23/+13
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-123-5/+3
* 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-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-161-2/+2
* 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-051-1/+1
* QPID-2632 : Updating ManagementConsoleTest to use IBBC required added broker/...Martin Ritchie2010-06-021-8/+3
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-2/+2
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-062-2/+12
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-081-1/+1
* 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-031-1/+1
* 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-2016: apply missed version number increment for the new methodRobert Gemmell2009-10-092-2/+2
* QPID-2075: Wrap every Connection/Notification Listener removal in an individu...Robert Gemmell2009-08-252-7/+38
* unix2dos on the win32 qpidmc.ini to the correct line endings for the SSL conf...Robert Gemmell2009-08-241-11/+11
* slight tweak to the note informationRobert Gemmell2009-08-241-2/+2
* Make the highlighted (editable) attributes more distinguishableRobert Gemmell2009-08-241-1/+1
* QPID-2070: allow double clicking in the Channels table to open the default qu...Robert Gemmell2009-08-241-0/+58
* QPID-2071: Have the console clean up when the JMXConnectionNotification.CLOSE...Robert Gemmell2009-08-241-1/+6
* QPID-2068: add a key-value pair based createBinding dialog for Headers ExchangesRobert Gemmell2009-08-241-22/+118
* QPID-2073:Reduce the minimum vertical footprint of the QueueOperations to bet...Robert Gemmell2009-08-241-7/+13
* QPID-2072: add missing initialisations of sort column/directionRobert Gemmell2009-08-245-0/+16
* QPID-2056: ensure the table listeners are added to the new table when changin...Robert Gemmell2009-08-172-48/+56
* QPID-1978: add some missed expansions of button text, dialog headings to pluralRobert Gemmell2009-08-172-4/+4
* QPID-2052: Enable setting Loggers to inherit their Level from an ancestor. Hi...Robert Gemmell2009-08-162-6/+92
* QPID-2016: Add ability to reload the Log4J configuration file on request usin...Robert Gemmell2009-08-161-0/+40
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue retur...Robert Gemmell2009-08-101-2/+15
* QPID-2037: refresh the treeViewer in advance to make the server nodes childre...Robert Gemmell2009-08-091-0/+2
* QPID-2032: hash the password in addUser() if connected to a Qpid JMX API 1.1 ...Robert Gemmell2009-08-091-4/+21
* QPID-2015: Update the management console to allow selection of the Queue attr...Robert Gemmell2009-08-095-247/+517
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-061-1/+2