summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1968: add deleteMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1981: add copyMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-8/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796205 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1981: Expose copyMessages() queue operation through the JMX MBean interfaceRobert Gemmell2009-07-212-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796204 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1968: Expose deleteMessages() queue operation through the JMX MBean ↵Robert Gemmell2009-07-213-1/+77
| | | | | | interface, add test for deleteMessages() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796203 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1961: Update the management console to use new viewMessages(long,long) ↵Robert Gemmell2009-07-211-14/+165
| | | | | | queue operation. Add ability to specify message interval, and helper 'next/prev 50 msgs' buttons. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1961: expand viewMessages() queue operation to support long parameters, ↵Robert Gemmell2009-07-217-9/+181
| | | | | | deprecate previous int version. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796196 13f79535-47bb-0310-9956-ffa450edef68
* make the noprefetch profile not load the storeRafael H. Schloming2009-07-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795864 13f79535-47bb-0310-9956-ffa450edef68
* changed the confusingly named store.dir parameter to store.module.dirRafael H. Schloming2009-07-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795799 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1938 - Make the Java Agent more friendly for inclusion by JBoss DeployerTed Ross2009-07-1714-70/+182
| | | | | | | Patch from Bryan Kearney git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1990: add the messages queue position to the viewMessages() operation ↵Robert Gemmell2009-07-173-6/+25
| | | | | | results, update management console QueueOperations tab accordingly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795089 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1946: updated management interfaces with API version information for ↵Robert Gemmell2009-07-174-5/+48
| | | | | | recent additions/changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795088 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1946: support server management API checking in the console.Robert Gemmell2009-07-179-6/+496
| | | | | | | | | Use the API versioning to prevent the console working with future brokers using a major new management API. Provide message upon connection if the server supports a minor new API the console doesnt, directing user to upgrade. Add a test to check console supported API is kept in sync with server API for new releases. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795084 13f79535-47bb-0310-9956-ffa450edef68
* added system properties for controlling the module locations used during ↵Rafael H. Schloming2009-07-178-36/+49
| | | | | | test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795056 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1991: dont create Type folder for the known top-level single mbeansRobert Gemmell2009-07-161-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794662 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1946: add server information mbean to expose version info for the ↵Robert Gemmell2009-07-163-0/+144
| | | | | | broker and its JMX management API git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794660 13f79535-47bb-0310-9956-ffa450edef68
* added --no-module-dir to broker invocation to prevent system brokers from ↵Rafael H. Schloming2009-07-151-1/+1
| | | | | | loading unexpected modules git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794300 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1966: add status bar for operation feedback reportsRobert Gemmell2009-07-1515-32/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794222 13f79535-47bb-0310-9956-ffa450edef68
* added support for profile inheritence and refactored profiles to permit ↵Rafael H. Schloming2009-07-146-9/+15
| | | | | | convenient overriding of broker location and additional broker arguments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1947: leave the components visible during update to prevent ↵Robert Gemmell2009-07-1410-77/+14
| | | | | | focus-switching issues during automated refresh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793925 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1947: Add combo to toolbar allowing selection of update interval for ↵Robert Gemmell2009-07-142-7/+152
| | | | | | automated refresh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793924 13f79535-47bb-0310-9956-ffa450edef68
* added debug output to SimpleACLTest; fixed ↵Rafael H. Schloming2009-07-142-1/+2
| | | | | | MultipleConnectionTest.waitUntil() to never call wait(0) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793864 13f79535-47bb-0310-9956-ffa450edef68
* changed default test ports to not conflict with the IANA assigned port numbersRafael H. Schloming2009-07-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793727 13f79535-47bb-0310-9956-ffa450edef68
* more ant 1.6.5 workaroundsRafael H. Schloming2009-07-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793631 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1941: ensure old queue entry is deleted as well as dequeued, so it is ↵Robert Gemmell2009-07-131-1/+1
| | | | | | not later gathered by the viewMessages() method which checks for non-deletion git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793535 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1944: add initial new UI view for the Connection mbeanRobert Gemmell2009-07-133-2/+482
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793534 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1944: expose Connection tabular/composite data key values through ↵Robert Gemmell2009-07-132-6/+10
| | | | | | management interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793533 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1943: add initial new UI view for the Exchange mbeanRobert Gemmell2009-07-135-44/+1149
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793532 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1943: expose exchange mbeans tabular/composite key values through the ↵Robert Gemmell2009-07-136-18/+21
| | | | | | management interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1945: add initial new UI view for the VirtualHostManager mbeanRobert Gemmell2009-07-135-5/+726
| | | | | | | Also modified the navigation tree to correctly identify the virtual host for single-instance mbeans like the VHM, and made the server registry mbean removal process more resistant to NPE's git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793530 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1942: initial Queue/Exchange/Connection selection work.Robert Gemmell2009-07-1310-801/+929
| | | | | | | | | | Only remove items from the navigation tree config file if removal initiated by the user, not if caused by mbean unregistration. Notify MBeanView explicitly when mbeans are unregistered, because the new Queue etc selection allows opening Queues etc without adding them to the navigation tree, so the previous tree selectionListener check is no longer sufficient on its own. Add new refresh method to MBeanView to decouple it from the display of new mbeans based on tree selection, to allow viewing and refreshing mbeans not in the navigation tree. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793511 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1937: add an admin user to the example password fileRobert Gemmell2009-07-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1932: add initial new UI view for the Queue mbeanRobert Gemmell2009-07-132-1/+709
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1932: expose Queue tabular/composite key values through the management ↵Robert Gemmell2009-07-132-11/+22
| | | | | | interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793504 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1931: add initial new UI view for the LoggingManagement mbeanRobert Gemmell2009-07-136-1/+1145
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793502 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1930: add initial new UI view for the UserManagement mbeanRobert Gemmell2009-07-133-1/+733
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793501 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1930: expose UserManagement composite/tabular type keys through the ↵Robert Gemmell2009-07-133-13/+13
| | | | | | management interface for reference, and add warning about future alterations to ensure compatibility git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793499 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1930: add utility method for creating modal dialog shells, and augment ↵Robert Gemmell2009-07-131-1/+36
| | | | | | previous result window generator to allow ESC to act as close git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1929: create factory class to produce MBean views, clean up MBeanView ↵Robert Gemmell2009-07-135-276/+299
| | | | | | accordingly, remove 'edit attribute' menu item and action git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793497 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1927: move mbean interfaces to management-common, make broker module ↵Robert Gemmell2009-07-1135-70/+82
| | | | | | | | | depend on management-common, modify build system to copy management-common.jar when required (eg for binary releases). QPID-1928: remove unused AMQException throws clause and import from ManagedQueue,UserManagement. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1926: modify management-common module to output an osgi bundle, and ↵Robert Gemmell2009-07-116-29/+19
| | | | | | | | | have the JMX MC use this jar directly instead of wrapping the old module jar with an RCP plugin manifest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793189 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1797: update bundle version format and output filenames, modify ant ↵Robert Gemmell2009-07-115-9/+15
| | | | | | | | | bundle task only to run for required modules git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793184 13f79535-47bb-0310-9956-ffa450edef68
* refrain from using anything other than filesets inside copy, this makes the ↵Rafael H. Schloming2009-07-092-6/+15
| | | | | | build backwards compatible to pre 1.7 versions of ant git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792650 13f79535-47bb-0310-9956-ffa450edef68
* updated config paths to match yesterdays moving of test_resourcesRafael H. Schloming2009-07-093-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792649 13f79535-47bb-0310-9956-ffa450edef68
* removed dead code and old filesRafael H. Schloming2009-07-0914-1958/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792624 13f79535-47bb-0310-9956-ffa450edef68
* moved test profiles and related resources into test-profiles subdirectoryRafael H. Schloming2009-07-0835-37/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792157 13f79535-47bb-0310-9956-ffa450edef68
* added script for generating maven poms and moved disposable build output ↵Rafael H. Schloming2009-07-0830-29/+2870
| | | | | | underneath build/scratch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792094 13f79535-47bb-0310-9956-ffa450edef68
* added jython-2.5.0.jar to lib dir, this is not yet used, but will be shortlyRafael H. Schloming2009-07-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@791963 13f79535-47bb-0310-9956-ffa450edef68
* Reverted 787626 as it was causing the regular profiles to fail.Rafael H. Schloming2009-07-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@791954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1965: use transacted send since we *really need* the messages to beAidan Skinner2009-07-021-2/+6
| | | | | | there by the time was start looking for the log messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790493 13f79535-47bb-0310-9956-ffa450edef68
* Turn on AlertingTest again.Aidan Skinner2009-07-011-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790178 13f79535-47bb-0310-9956-ffa450edef68