summaryrefslogtreecommitdiff
path: root/java/management
Commit message (Collapse)AuthorAgeFilesLines
...
* Move queue info example to the new management/examples submoduleRobert Gemmell2010-02-181-0/+177
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911333 13f79535-47bb-0310-9956-ffa450edef68
* Add some initial examples of using jmx to add new queues and delete messages ↵Robert Gemmell2010-02-183-0/+295
| | | | | | from tmp_* queues. Create new management/examples submodule to hold them git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911326 13f79535-47bb-0310-9956-ffa450edef68
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-1233-3078/+3771
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909641 13f79535-47bb-0310-9956-ffa450edef68
* I am disabling the WsDmAdapterTest by commenting out the code that adds the ↵Rajith Muditha Attapattu2010-02-061-2/+2
| | | | | | | | | | test cases to the test suite. This test is failing due to classpath issues related to Sun shipping a fairly old version of Apache Xalan jars. I also removed the entry from Excludes. I mistakenly added it there without realizing that this test doesn't extend from QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2322: Add new createUser and setPassword methods using String for ↵Robert Gemmell2010-01-064-3/+57
| | | | | | passwords. Position these after the older now-deprecated char[] methods within the UserManagement interface to manipulate the MBeanInfo generated, resulting in overwriting the OperationData of the deprecated method on the old 0.5 management console and forcing use of these newer methods rather than the incompatible char[] based methods. Remove previously added compatibility check as it is no longer required. Update current management console to use the new String based methods when available. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2322: change the JMX parameter name for the password parameter to ↵Robert Gemmell2010-01-061-2/+2
| | | | | | prevent the 0.5 management console from sending an MD5-hashed password to the once again versionless UserManagement MBean. Add compatibility check to alert users of the old console they should upgrade to a newer release. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896692 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-068-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896674 13f79535-47bb-0310-9956-ffa450edef68
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@895789 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2269: Remove the hiding fields for object/name/vhost and use the ↵Robert Gemmell2009-12-141-8/+4
| | | | | | correct values from the superclass. Allow viewing content of messages with IDs outside the integer range. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890154 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2268: Use the attribute names for selection instead of their position ↵Robert Gemmell2009-12-141-30/+29
| | | | | | within the getAttributes return values git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890153 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1878: use getAttribute method directly with the attribute name to ↵Robert Gemmell2009-12-141-27/+6
| | | | | | retrieve the current message count git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890152 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-118-102/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@889619 13f79535-47bb-0310-9956-ffa450edef68
* Update OSGI/Eclipse bundle versions and filenames for the 0.6 releaseRobert Gemmell2009-12-105-10/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@889271 13f79535-47bb-0310-9956-ffa450edef68
* Move generation of qpidversion.properties files to a shared definition in ↵Robert Gemmell2009-12-101-16/+0
| | | | | | module.xml, update property name used during generation to prevent circularly defined properties when svnversion isnt available on the path. Update release.sh script to override the svnversion output property when using exported files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@889173 13f79535-47bb-0310-9956-ffa450edef68
* Modified the script to check QMAN_LIB is set and use that instead of always ↵Rajith Muditha Attapattu2009-12-091-2/+4
| | | | | | | | | looking for the libs relative to QMAN_HOME. This makes it easy to run QMan from an svn checkout. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1753: Update the Qman modules build.xml to use the release-bin task, ↵Robert Gemmell2009-12-091-0/+2
| | | | | | update the release.sh script to copy the resulting artifact git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888939 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as ↵Robert Gemmell2009-12-083-3/+58
| | | | | | attributes of the Queue MBeans git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2232: rename the RCP application release artifacts to include ↵Robert Gemmell2009-12-037-11/+13
| | | | | | jmx-management-console instead of management-eclipse-plugin git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@886976 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2233: convey the exception messsage to provide useful feedback to users ↵Robert Gemmell2009-12-031-13/+9
| | | | | | during connection failure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@886975 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2152: Update the timeout process so as not to return a null, and close ↵Robert Gemmell2009-12-032-34/+47
| | | | | | any orphaned connections. Increase default timeout to 15sec. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@886974 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2193: add a warning note to the confirmation dialogRobert Gemmell2009-11-111-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834892 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2196: updated application and server registries to better keep track of ↵Robert Gemmell2009-11-116-10/+89
| | | | | | the connection status, allowing prevention of JMXConnector usage (eg refreshing the view) after the connection has already been closed remotely. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834848 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2195: only enable moving messages for newer brokers that dont suffer ↵Robert Gemmell2009-11-101-18/+37
| | | | | | from issues impacting message delivery and results signalling git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834490 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2193: expose the deprecated deleteMessageFromTop() JMX queue operation ↵Robert Gemmell2009-11-101-0/+29
| | | | | | for older brokers that lack the ability to delete arbitrary messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834449 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2190: when management versioning using both the ServerInformation and ↵Robert Gemmell2009-11-092-6/+7
| | | | | | UserManagement mbeans fails, classify the version as 1.0 instead of failing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834014 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2189: use an ObjectName pattern instead of the precise key value in the ↵Robert Gemmell2009-11-061-2/+2
| | | | | | queryNames call to avoid incorrectly tripping the security when connecting to pre-0.6 brokers as a non-admin user git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@833467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2178: update console to allow display of new channel blocking statusRobert Gemmell2009-11-062-3/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@833448 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2178: expand the return from channels() to indicate whether the channel ↵Robert Gemmell2009-11-062-4/+5
| | | | | | is blocked git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@833446 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2016: apply missed version number increment for the new methodRobert Gemmell2009-10-094-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@823605 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2075: Wrap every Connection/Notification Listener removal in an ↵Robert Gemmell2009-08-252-7/+38
| | | | | | individual try-catch block to ensure attempt is made to unregister all listeners. Close the JMXConnector. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807737 13f79535-47bb-0310-9956-ffa450edef68
* unix2dos on the win32 qpidmc.ini to the correct line endings for the SSL ↵Robert Gemmell2009-08-241-11/+11
| | | | | | configuration template git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807236 13f79535-47bb-0310-9956-ffa450edef68
* slight tweak to the note informationRobert Gemmell2009-08-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807055 13f79535-47bb-0310-9956-ffa450edef68
* Make the highlighted (editable) attributes more distinguishableRobert Gemmell2009-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807054 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2070: allow double clicking in the Channels table to open the default ↵Robert Gemmell2009-08-241-0/+58
| | | | | | queue for the channel, if there is one git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807053 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2071: Have the console clean up when the ↵Robert Gemmell2009-08-241-1/+6
| | | | | | JMXConnectionNotification.CLOSED notification is recieved git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2068: add a key-value pair based createBinding dialog for Headers ExchangesRobert Gemmell2009-08-241-22/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2073:Reduce the minimum vertical footprint of the QueueOperations to ↵Robert Gemmell2009-08-241-7/+13
| | | | | | better suit use with a 1024x768 screen resolution git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807042 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2072: add missing initialisations of sort column/directionRobert Gemmell2009-08-245-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807041 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2056: ensure the table listeners are added to the new table when ↵Robert Gemmell2009-08-172-48/+56
| | | | | | changing the displayed attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805046 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1978: add some missed expansions of button text, dialog headings to pluralRobert Gemmell2009-08-172-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805015 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2052: Enable setting Loggers to inherit their Level from an ancestor. ↵Robert Gemmell2009-08-162-6/+92
| | | | | | Highlight the Runtime Loggers that have a level defined in the configuration file to aid inheritance visibility. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@804768 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2016: Add ability to reload the Log4J configuration file on request ↵Robert Gemmell2009-08-162-1/+50
| | | | | | using the management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@804767 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2047 : Updates to Qpid CLI to use super() calls rather than method that ↵Martin Ritchie2009-08-127-11/+9
| | | | | | | | has the same name as the class. Added generic discriminator to the return type of returnedObjects. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803641 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue ↵Robert Gemmell2009-08-102-5/+22
| | | | | | return value to report the number of messages deleted. Updated management console accordingly, also indicating that it is only non-acquired messaes that are cleared git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802819 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2037: refresh the treeViewer in advance to make the server nodes ↵Robert Gemmell2009-08-091-0/+2
| | | | | | children visible before the expansion is performed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802632 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2032: hash the password in addUser() if connected to a Qpid JMX API 1.1 ↵Robert Gemmell2009-08-091-4/+21
| | | | | | or below broker. Convert the setPassword() compatibility check to use the API versioning git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802611 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2015: Update the management console to allow selection of the Queue ↵Robert Gemmell2009-08-095-247/+517
| | | | | | | | | attributes to be displayed in the Queue selection view. Uses the new methods in the VirtualHostManager MBeans for newer brokers, and a new method in the MBeanUtility class that leverages the MBeanServerConnection to gather attributes for older brokers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802602 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2015: Add 2 new methods to the VirtualHostManager to retrieve attribute ↵Robert Gemmell2009-08-093-7/+130
| | | | | | names/values for every Queue in the vhost in a single call. Remove previous viewQueueNamesDepths() method. Add new ManagedQueue attribute names constants, and a test to ensure any attributes added to the Queue MBeans in future are also added to the constants. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by ↵Martin Ritchie2009-08-062-1/+3
| | | | | | | | removing the ApplicationRegistry they create. The biggest offenders are the broker tests which are not pure unit tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@801561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2014: when a user sets a new message interval to view, use the interval ↵Robert Gemmell2009-08-031-11/+17
| | | | | | size as the step change for the Next and Previous buttons git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@800550 13f79535-47bb-0310-9956-ffa450edef68