summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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@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@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@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@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@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@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@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@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@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@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@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@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@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@793184 13f79535-47bb-0310-9956-ffa450edef68
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-105-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793122 13f79535-47bb-0310-9956-ffa450edef68
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-1016-91/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793121 13f79535-47bb-0310-9956-ffa450edef68
* Allow TimerTasks to be delayed correctly by separating out the timeAndrew Stitcher2009-07-102-3/+10
| | | | | | | used to sort in the priority queue and the firing time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793120 13f79535-47bb-0310-9956-ffa450edef68
* Typos/Whitespace fixesAndrew Stitcher2009-07-103-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793119 13f79535-47bb-0310-9956-ffa450edef68
* Remove libtool file that no longer needs tobe checked inAndrew Stitcher2009-07-101-6892/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793118 13f79535-47bb-0310-9956-ffa450edef68
* Additional fix for make distcheck.Ted Ross2009-07-101-0/+2
| | | | | | | Added CLEANFILES definition to clean up generated sources. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793109 13f79535-47bb-0310-9956-ffa450edef68
* Fixed another make dist problem. Need to specify "nodist_" for ↵Ted Ross2009-07-101-1/+1
| | | | | | conditionally generated sources. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793100 13f79535-47bb-0310-9956-ffa450edef68
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-102-1/+29
| | | | | | | | could get disabled. Fix prevents the staging of management messages + test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793091 13f79535-47bb-0310-9956-ffa450edef68
* Fix cluster handling of multiple errors.Alan Conway2009-07-103-19/+37
| | | | | | | | | | If an error occured while there were frames on the error queue from a previous error, the enqueued frames were not being processed for the new error, which could lead to error-check or config-change frames being missed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792991 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792677 13f79535-47bb-0310-9956-ffa450edef68
* Simplified PollableConditionAlan Conway2009-07-095-140/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792676 13f79535-47bb-0310-9956-ffa450edef68
* Move helper functions out of the public interface, as they are unsafeCarl C. Trieloff2009-07-091-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792665 13f79535-47bb-0310-9956-ffa450edef68
* Clean up for next commit to clean broker interfaceCarl C. Trieloff2009-07-092-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792664 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@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@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@792624 13f79535-47bb-0310-9956-ffa450edef68
* Removed commented out code in makefileTed Ross2009-07-091-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792569 13f79535-47bb-0310-9956-ffa450edef68
* Fix make distcheck problemsTed Ross2009-07-093-14/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792567 13f79535-47bb-0310-9956-ffa450edef68
* simulate this:Carl C. Trieloff2009-07-081-0/+42
| | | | | | | | | | | | | | | 1. start two nodes 2. create cluster durable queue and add some messages 3. kill one node (trigger force-persistent behaviour) 4. stop and recover remaining node 5. add another node 6. kill that new node again make sure that an attempt to re-enqueue a message does not happen which will result in the last man standing exiting with an error. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792286 13f79535-47bb-0310-9956-ffa450edef68
* Fix to cover this case:Carl C. Trieloff2009-07-083-1/+13
| | | | | | | | | | | | | 1. start two nodes 2. create cluster durable queue and add some messages 3. kill one node (trigger force-persistent behaviour) 4. stop and recover remaining node 5. add another node 6. kill that new node again git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792285 13f79535-47bb-0310-9956-ffa450edef68
* fix for regression in patch & test to prevent regression againCarl C. Trieloff2009-07-082-1/+51
| | | | | | | | | | | | | | | | | Simulate this: 1. start 2 nodes 2. create cluster durable lvq 3. send a transient message to the queue 4. kill one of the nodes (to trigger force persistent behaviour)... 5. then restart it (to turn off force persistent behaviour) 6. send another transient message with same lvq key as in 3 7. kill the second node again (retrigger force persistent) 8. stop and recover the first node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792259 13f79535-47bb-0310-9956-ffa450edef68
* Now that broker expects clients to send heartbeats, the client half of an ↵Gordon Sim2009-07-081-3/+8
| | | | | | inter-broker link must echo heratbeats (as these are set to the maximum allowed value for such links). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792237 13f79535-47bb-0310-9956-ffa450edef68
* test for last commitCarl C. Trieloff2009-07-081-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792210 13f79535-47bb-0310-9956-ffa450edef68
* More tests and complete fix for svn791672 commit -- correct requeueCarl C. Trieloff2009-07-084-6/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792208 13f79535-47bb-0310-9956-ffa450edef68
* Added qpid:Exception to the client API documentation.Jonathan Robie2009-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792194 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a typo in the help textTed Ross2009-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792171 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@792157 13f79535-47bb-0310-9956-ffa450edef68
* Added version check for SWIG in the configure script. This should properly ↵Ted Ross2009-07-083-2/+121
| | | | | | | | | disable SWIG for distributions with too-old versions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-086-5/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792103 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@792094 13f79535-47bb-0310-9956-ffa450edef68
* Properly handle queued closes originating locally. Fixes QPID-1952Stephen D. Huston2009-07-071-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791997 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@791963 13f79535-47bb-0310-9956-ffa450edef68
* comment out the dtd declaration in order to workaround parsing issues under ↵Rafael H. Schloming2009-07-071-1/+1
| | | | | | jython 2.5 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791959 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@791954 13f79535-47bb-0310-9956-ffa450edef68
* Change Nightly start time to 20:00 EST to catch all overnight and during the ↵Stephen D. Huston2009-07-071-1/+1
| | | | | | day builds together git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791953 13f79535-47bb-0310-9956-ffa450edef68
* Added python long cluster test outline for long tests and soak tests. Also ↵Kim van der Riet2009-07-075-7/+90
| | | | | | added check for python tools before tests to stop make distcheck failures. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791945 13f79535-47bb-0310-9956-ffa450edef68