summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* 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-184-5/+34
* 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-2491 : Committed patch provided by Sorin Suciu to remove readlink from t...Martin Ritchie2010-05-072-7/+6
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-0711-25/+17
* QPID-2585 : Upgrade to Felix 2.0.5Martin Ritchie2010-05-072-80/+189
* 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
* QPID-2530 : Updated build system to have a new findSubProjects macro in build...Martin Ritchie2010-04-261-53/+0
* QPID-2534: export the necessary additional packages. Reenable the PluginTest ...Robert Gemmell2010-04-242-2/+4
* Temporarily commenting out testLoadExchanges in PluginTest.java as the test c...Rajith Muditha Attapattu2010-04-231-2/+2
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-0/+5
* QPID-2513 : Applied patch from Sorin Suciu to enable OSGi Service pluginsMartin Ritchie2010-04-232-22/+39
* QPID-2433 Patch to handle spaces in windows paths from Emmanuel BourgMarnie McCormack2010-04-231-1/+1
* QPID-2479: Add info/debug level logging to allow tracking the virtualhost hou...Robert Gemmell2010-04-211-4/+8
* QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workar...Robert Gemmell2010-04-202-15/+61
* QPID-2379 / QPID-2400: Unregister event listeners during QMFService shutdown ...Robert Gemmell2010-04-191-0/+11
* QPID-2379: add ability to respond to method requests with non-zero status cod...Robert Gemmell2010-04-093-18/+76
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-096-13/+78
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-095-4/+63
* QPID-2361: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-052-0/+9
* QPID-2472: correction to count direction commentRobert Gemmell2010-04-011-2/+2
* QPID-2472: Correct log4j XML configuration commentsRobert Gemmell2010-04-011-26/+37
* QPID-2630, QPID-2631: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-306-452/+859