summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-2632 : Updated actor test for IBBC.Martin Ritchie2010-06-027-71/+39
* QPID-2632 : Update to ensure multiple virtualhosts are actually added, requir...Martin Ritchie2010-06-021-5/+6
* QPID-2632 : IBBC update and removed most local variable declartion as this wa...Martin Ritchie2010-06-021-37/+12
* QPID-2632 : Updated as per other tests for IBBC, with setUp/tearDownMartin Ritchie2010-06-021-7/+11
* QPID-2632 : Updated AMQQueueAlertTest to use configure() to set ExpiredMessag...Martin Ritchie2010-06-021-45/+23
* QPID-2623 : Simple changes to classes that extended TestCase, now they extend...Martin Ritchie2010-06-0221-155/+84
* QPID-2632 : Update IBBC and TestApplicationRegistry to provide default test v...Martin Ritchie2010-06-022-20/+64
* QPID-2632 : Remove NullApplicationRegistryMartin Ritchie2010-06-023-153/+3
* QPID-2632 - Cleaned up PluginTest, it now simply uses the configure() method ...Martin Ritchie2010-06-021-18/+5
* QPID-1447 : Add Logging to SCD. Update PluginManager to expose the logging pa...Martin Ritchie2010-06-021-0/+2
* QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit...Martin Ritchie2010-06-029-41/+104
* QPID-2422: fix passing of the queue exclusivity argument during recovery as i...Robert Gemmell2010-05-311-1/+1
* QPID-2624: Check whether virtualhosts configuration file existsRobert Gemmell2010-05-312-0/+33
* QPID-2573: Implement the Firewall functionality as an OSGi pluginRobert Gemmell2010-05-312-559/+0
* QPID-2569: Implement the SimpleXML as an OSGi pluginRobert Gemmell2010-05-313-1410/+0
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-3179-2044/+2301
* QPID-2585: Upgrade Felix to 2.0.5Robert Gemmell2010-05-315-169/+254
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-3123-635/+396
* Set property for native line endings on QueuePurgeHandlerRobert Gemmell2010-05-251-128/+128
* Set property for native line endings on BasicGetMethodHandlerRobert Gemmell2010-05-251-212/+212
* QPID-2626: Fix typo and unchecked assignment warning in ServerConnectionDelegateRobert Gemmell2010-05-251-2/+2
* QPID-2609: Implement getName for MockAMQQueueRobert Gemmell2010-05-241-1/+1
* QPID-2607: Fix package name typo for CRAMMD5HexInitialiserTest.javaRobert Gemmell2010-05-241-7/+1
* QPID-2581 : Update ConfigurationPlugin to provide a validateConfiguration() m...Martin Ritchie2010-05-215-2/+33
* QPID-1447 : Complete SCDPolicyConfiguration TestingMartin Ritchie2010-05-215-133/+407
* QPID-2585 : Prevent NPE if plugins are not enabled but requestedMartin Ritchie2010-05-211-0/+6
* QPID-1447 : Modified VirtualHostHouseKeepingPlugin to return a TimeUnit and f...Martin Ritchie2010-05-202-19/+4
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-2013-96/+112
* QPID-1447 : Full test the TopicDeletePolicy, udpate MockAMQQueue and Internal...Martin Ritchie2010-05-202-17/+32
* QPID-1447 : Update TopicDeletePolicy to have it's own ConfigurationPlugin for...Martin Ritchie2010-05-201-1/+1
* QPID-2466: swap WeakReference usage to keep handles to message content to Sof...Robert Gemmell2010-05-192-8/+8
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-1925-78/+127
* QPID-2584 : Add Logging Actor to HouseKeepingTasksMartin Ritchie2010-05-181-1/+15
* QPID-2581 : Update ConfigurationPlugin to correctly handle attributes in conf...Martin Ritchie2010-05-182-2/+108
* QPID-2614 : Update QueueConfiguration to take two parameters, moved Munging c...Martin Ritchie2010-05-183-44/+54
* QPID-2585 : Ensure plugins are correctly loaded, so can renenable PluginTest....Martin Ritchie2010-05-181-6/+9
* QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VH...Martin Ritchie2010-05-188-54/+230
* QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a RuntimeExcept...Martin Ritchie2010-05-183-5/+33
* QPID-2613: flush 0-8/0-9 message to store when delivery beginsRobert Gemmell2010-05-181-1/+2
* Make constructor public instead of packageRobert Gemmell2010-05-171-1/+1
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-0711-25/+17
* QPID-2585 : Upgrade to Felix 2.0.5Martin Ritchie2010-05-071-80/+187
* QPID-2584 : Updated VirtualHost to load VirtualHost Plugins and not hard code...Martin Ritchie2010-05-074-1/+147
* Corrected Broker Activator stop codeMartin Ritchie2010-05-071-4/+2
* QPID-2583 : Update tests to correctly throw ConfigurationException where requ...Martin Ritchie2010-05-072-0/+6
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-0713-409/+729
* QPID-2583 : Update tests to correctly throw ConfigurationException where requ...Martin Ritchie2010-05-073-6/+117
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-079-19/+28
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-0717-88/+251
* QPID-2579 : Improve IBBC tearDown to ensure AR remove and tearDown always occur.Martin Ritchie2010-05-071-3/+15