summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/experimental
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the ASF License to various classes currently missing itRobert Gemmell2010-06-026-1/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950740 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2581 : Update Plugins to have a consistent ↵Martin Ritchie2010-06-023-35/+26
| | | | | | | | | configure(ConfigurationPlugin config) method. Further work is required to ensure that all ConfigurationPlugins perform config validation rather than leaving that to the plugin. The plugin should just use the config. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2632 : Update SCD to use IBBCMartin Ritchie2010-06-025-23/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Fully comment tests and ensure asserts are made in all test casesMartin Ritchie2010-06-024-37/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950638 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Finish testing SCD plugin,Martin Ritchie2010-06-022-35/+217
| | | | | | Now tests durable subscriptions and all three triggers, depth,messageAge,messageCount git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950637 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Add Logging to SCD. Update PluginManager to expose the logging ↵Martin Ritchie2010-06-025-10/+68
| | | | | | packages via OSGi. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950636 13f79535-47bb-0310-9956-ffa450edef68
* Excluded the following tests using the new mechanism introduced in QPID-2639Rajith Muditha Attapattu2010-06-026-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447: Updated to use newer configuration plugin interfaceRobert Gemmell2010-05-318-55/+110
| | | | | | | Applied patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949786 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2555 : Commit Info OSGi plugin provided by Sorin Suciu.Martin Ritchie2010-05-2415-0/+921
| | | | | | Adds two new libraries to lib dir both ASL licensed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2581 : Update ConfigurationPlugin to provide a validateConfiguration() ↵Martin Ritchie2010-05-216-48/+22
| | | | | | method simplifying the plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Complete SCDPolicyConfiguration TestingMartin Ritchie2010-05-215-21/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Complete SCDQueueConfiguration TestingMartin Ritchie2010-05-211-10/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947175 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2585 : Prevent NPE if plugins are not enabled but requestedMartin Ritchie2010-05-211-0/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947174 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Modified VirtualHostHouseKeepingPlugin to return a TimeUnit and ↵Martin Ritchie2010-05-204-17/+314
| | | | | | | | force plugin to perform validation. Potentially could be refactored to allow all VHHKPlugins to process TimeUnits in a consistent way. Add Config validation and UnitTest for SlowConsumerDetctionConfiguration. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946669 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Clean up TopicDeletePolicy Test and provide validation and ↵Martin Ritchie2010-05-205-12/+74
| | | | | | testing of Configuration loading. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946668 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Full test the TopicDeletePolicy, udpate MockAMQQueue and ↵Martin Ritchie2010-05-205-11/+265
| | | | | | | | | InternalTestProtocolSession to allow: - Queue- Setting of AutoDelete - ProtocolSession - Closing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946665 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Update TopicDeletePolicy to have it's own ConfigurationPlugin ↵Martin Ritchie2010-05-205-31/+92
| | | | | | for handling the configuration section. Improved configuration section based on feedback from Sorin Suciu git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Update Plugins to use changes to ConfigurationPlugin, Update ↵Martin Ritchie2010-05-185-40/+122
| | | | | | | | Test to correctly run and prevent failover. Update excludes to include test in Java Broker runs but not CPP or 010. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the ↵Martin Ritchie2010-05-181-34/+21
| | | | | | | | | VHost thread pool. Update VirtualHost and Configuration to allow configuration and testing of VirtualHostHouseKeepingPlugins. Added system test to validate the loading of VHPlugins is performed correctly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2584, QPID-1447 : Update SCD Plugin to use new VHPlugin abstract classMartin Ritchie2010-05-181-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945677 13f79535-47bb-0310-9956-ffa450edef68
* Commiting a patch by Emmanuel Bourg attached to QPID-2594Rajith Muditha Attapattu2010-05-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@943200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Fix Slow Consumer Detection directory Name and package nameMartin Ritchie2010-05-0711-8/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-076-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942116 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Exclude SCD testing until completeMartin Ritchie2010-05-0710-0/+679
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942108 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Add initial test for SlowConsumersMartin Ritchie2010-05-071-0/+237
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942106 13f79535-47bb-0310-9956-ffa450edef68