| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2681 : Correcly process global configuration, added test to cover | Martin Ritchie | 2010-07-05 | 1 | -3/+53 |
| * | QPID-2581 : Process new topic configuration | Martin Ritchie | 2010-07-05 | 1 | -0/+79 |
| * | Update SAMQQT to use an initialised Direct exchange rather than make its own. | Martin Ritchie | 2010-06-14 | 1 | -1/+4 |
| * | QPID-2638 : Add initial support for Topics section in configuration file. | Martin Ritchie | 2010-06-14 | 2 | -6/+5 |
| * | QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili... | Martin Ritchie | 2010-06-14 | 11 | -59/+58 |
| * | QPID-2632 : External broker profile actually needs an InVM broker created to ... | Martin Ritchie | 2010-06-03 | 1 | -1/+1 |
| * | Increase ExpiredMessageCheck time period to ensure test succesfully runs | Martin Ritchie | 2010-06-03 | 1 | -1/+1 |
| * | QPID-2632 : Fix test that need to modify the configuration before starting th... | Martin Ritchie | 2010-06-02 | 8 | -124/+133 |
| * | QPID-2632 : Update test to use the testName'd queue by default not 'test' | Martin Ritchie | 2010-06-02 | 1 | -1/+1 |
| * | QPID-2632 : Move the creation of the default virtualhosts in the xml config t... | Martin Ritchie | 2010-06-02 | 1 | -15/+23 |
| * | QPID-2632 : extra plugins require common/test for the test NetworkDriver | Martin Ritchie | 2010-06-02 | 1 | -6/+1 |
| * | QPID-2632 : Updated actor test for IBBC. | Martin Ritchie | 2010-06-02 | 7 | -71/+39 |
| * | QPID-2632 : Update to ensure multiple virtualhosts are actually added, requir... | Martin Ritchie | 2010-06-02 | 1 | -5/+6 |
| * | QPID-2632 : IBBC update and removed most local variable declartion as this wa... | Martin Ritchie | 2010-06-02 | 1 | -37/+12 |
| * | QPID-2632 : Updated as per other tests for IBBC, with setUp/tearDown | Martin Ritchie | 2010-06-02 | 1 | -7/+11 |
| * | QPID-2632 : Updated AMQQueueAlertTest to use configure() to set ExpiredMessag... | Martin Ritchie | 2010-06-02 | 1 | -45/+23 |
| * | QPID-2623 : Simple changes to classes that extended TestCase, now they extend... | Martin Ritchie | 2010-06-02 | 21 | -155/+84 |
| * | QPID-2632 : Update IBBC and TestApplicationRegistry to provide default test v... | Martin Ritchie | 2010-06-02 | 2 | -20/+64 |
| * | QPID-2632 : Remove NullApplicationRegistry | Martin Ritchie | 2010-06-02 | 2 | -132/+2 |
| * | QPID-2632 - Cleaned up PluginTest, it now simply uses the configure() method ... | Martin Ritchie | 2010-06-02 | 1 | -18/+5 |
| * | QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit... | Martin Ritchie | 2010-06-02 | 1 | -0/+6 |
| * | QPID-2624: Check whether virtualhosts configuration file exists | Robert Gemmell | 2010-05-31 | 1 | -0/+29 |
| * | QPID-2573: Implement the Firewall functionality as an OSGi plugin | Robert Gemmell | 2010-05-31 | 1 | -303/+0 |
| * | QPID-2569: Implement the SimpleXML as an OSGi plugin | Robert Gemmell | 2010-05-31 | 1 | -254/+0 |
| * | QPID-2606: Access Control Modifications | Robert Gemmell | 2010-05-31 | 7 | -238/+81 |
| * | QPID-2585: Upgrade Felix to 2.0.5 | Robert Gemmell | 2010-05-31 | 1 | -9/+14 |
| * | QPID-2581: Update configuration manager to allow multiple plugins to handle t... | Robert Gemmell | 2010-05-31 | 3 | -414/+139 |
| * | QPID-2609: Implement getName for MockAMQQueue | Robert Gemmell | 2010-05-24 | 1 | -1/+1 |
| * | QPID-2607: Fix package name typo for CRAMMD5HexInitialiserTest.java | Robert Gemmell | 2010-05-24 | 1 | -7/+1 |
| * | QPID-2581 : Update ConfigurationPlugin to provide a validateConfiguration() m... | Martin Ritchie | 2010-05-21 | 1 | -2/+11 |
| * | QPID-1447 : Complete SCDPolicyConfiguration Testing | Martin Ritchie | 2010-05-21 | 1 | -16/+118 |
| * | QPID-2622 : Add Closeable interface and update Broker components to use it an... | Martin Ritchie | 2010-05-20 | 1 | -1/+1 |
| * | QPID-1447 : Full test the TopicDeletePolicy, udpate MockAMQQueue and Internal... | Martin Ritchie | 2010-05-20 | 2 | -17/+32 |
| * | QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ... | Robert Gemmell | 2010-05-19 | 13 | -41/+41 |
| * | QPID-2581 : Update ConfigurationPlugin to correctly handle attributes in conf... | Martin Ritchie | 2010-05-18 | 1 | -0/+94 |
| * | QPID-2614 : Update QueueConfiguration to take two parameters, moved Munging c... | Martin Ritchie | 2010-05-18 | 1 | -36/+44 |
| * | QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VH... | Martin Ritchie | 2010-05-18 | 1 | -0/+79 |
| * | QPID-2583 : Update tests to correctly throw ConfigurationException where requ... | Martin Ritchie | 2010-05-07 | 2 | -0/+6 |
| * | QPID-2581 : Add ConfigurationManager and split config creation from config pr... | Martin Ritchie | 2010-05-07 | 2 | -170/+50 |
| * | QPID-2583 : Update tests to correctly throw ConfigurationException where requ... | Martin Ritchie | 2010-05-07 | 3 | -6/+117 |
| * | QPID-2575 : Create Connection and Session models to correctly expose the Owni... | Martin Ritchie | 2010-05-07 | 1 | -3/+4 |
| * | QPID-2579 : Improve IBBC tearDown to ensure AR remove and tearDown always occur. | Martin Ritchie | 2010-05-07 | 1 | -3/+15 |
| * | QPID-2530 : Updated build system to have a new findSubProjects macro in build... | Martin Ritchie | 2010-04-26 | 1 | -53/+0 |
| * | QPID-2534: export the necessary additional packages. Reenable the PluginTest ... | Robert Gemmell | 2010-04-24 | 1 | -2/+2 |
| * | Temporarily commenting out testLoadExchanges in PluginTest.java as the test c... | Rajith Muditha Attapattu | 2010-04-23 | 1 | -2/+2 |
| * | QPID-2361: actually write out the required default virtualhost property | Robert Gemmell | 2010-04-06 | 1 | -0/+1 |
| * | QPID-2361: Fix to correctly set default virtualhost name in external configur... | Robert Gemmell | 2010-04-05 | 1 | -0/+5 |
| * | QPID-2630, QPID-2631: Restore the virtualhosts.xml file. When a virtualhosts.... | Robert Gemmell | 2010-03-30 | 1 | -34/+619 |
| * | QPID-2379: add the queue UnackedMessage counts | Robert Gemmell | 2010-03-23 | 1 | -0/+15 |
| * | QPID-2397: add Binding.msgMatched() support to the TopicExchange, and remove ... | Robert Gemmell | 2010-03-18 | 1 | -11/+12 |