summaryrefslogtreecommitdiff
path: root/qpid/java/management
Commit message (Expand)AuthorAgeFilesLines
...
* 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-162-1/+50
* QPID-2047 : Updates to Qpid CLI to use super() calls rather than method that ...Martin Ritchie2009-08-127-11/+9
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue retur...Robert Gemmell2009-08-102-5/+22
* 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-2015: Add 2 new methods to the VirtualHostManager to retrieve attribute ...Robert Gemmell2009-08-093-7/+130
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-062-1/+3
* QPID-2014: when a user sets a new message interval to view, use the interval ...Robert Gemmell2009-08-031-11/+17
* QPID-2014: prompt the user for confirmation before clearing all Notifications...Robert Gemmell2009-08-032-0/+22
* QPID-2021: move the refresh button to the right side of the Refresh Interval ...Robert Gemmell2009-08-0312-3/+55
* QPID-2009: mask the password Text field value when creating a new user or res...Robert Gemmell2009-07-291-2/+12
* QPID-2008: Sort the queue names when offering them as an input selection to u...Robert Gemmell2009-07-293-0/+6
* QPID-2007: Ensure the dialog shells are explicitly positioned,thus ensuring t...Robert Gemmell2009-07-298-0/+45
* QPID-1977: add back buton to the mbean view toolbar to navigate back after op...Robert Gemmell2009-07-273-3/+147
* QPID-2006: enable double click on a Queue from a binding result in order to o...Robert Gemmell2009-07-242-5/+106
* QPID-2006: enable double click to open a Queue/Exchange directly from the Vir...Robert Gemmell2009-07-241-0/+51
* QPID-1978: Enable multiple selection for adding Queues/Connections/Exchanges ...Robert Gemmell2009-07-242-32/+65
* QPID-1978: Enable multiple selection in the VirtualHostManager MBean for Queu...Robert Gemmell2009-07-241-68/+143
* QPID-1978: Enable multiple selection for the LoggingManagement tabs, allowing...Robert Gemmell2009-07-243-33/+162
* QPID-1978: Enable multiple-selection for the Set Rights and Delete Users oper...Robert Gemmell2009-07-241-59/+224
* QPID-2000: Convert the Queue selection view to use the new getQueueNamesDepth...Robert Gemmell2009-07-249-140/+581
* QPID-2000: add a method to the VirtualHostManager MBean to retrieve a Map key...Robert Gemmell2009-07-241-0/+12
* QPID-2005: make the fanout exchange mbean return a single wildcard binding en...Robert Gemmell2009-07-242-16/+52
* QPID-1967: collect possible Exchange Type values from the broker instead of r...Robert Gemmell2009-07-224-6/+35
* QPID-1999: ensure the Clear button in each VirtualHost Notifications area onl...Robert Gemmell2009-07-223-26/+69
* QPID-1995: prevent possible SWTException during application shutdown if worke...Robert Gemmell2009-07-221-5/+6
* QPID-1995 and QPID-1996: Rework the refresh mechanism to stop it clearing all...Robert Gemmell2009-07-213-208/+106
* QPID-1969: restrict the Notifications areas in each VirtualHost tree to only ...Robert Gemmell2009-07-214-5/+46
* QPID-1994: prevent NPE caused by refreshing whilst app is closing downRobert Gemmell2009-07-211-13/+16
* QPID-1968: add deleteMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-0/+101
* QPID-1981: add copyMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-8/+74
* 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: Update the management console to use new viewMessages(long,long) q...Robert Gemmell2009-07-211-14/+165
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-211-0/+24
* QPID-1938 - Make the Java Agent more friendly for inclusion by JBoss DeployerTed Ross2009-07-1714-70/+182
* QPID-1990: add the messages queue position to the viewMessages() operation re...Robert Gemmell2009-07-172-4/+21
* QPID-1946: updated management interfaces with API version information for rec...Robert Gemmell2009-07-174-5/+48