summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-131-2/+10
* Remove the accessBroker method as it is unusedAndrew Donald Kennedy2010-08-131-5/+0
* QPID-2787: Add test for persistence of Conflation/LastValue queuesRobert Gemmell2010-08-093-14/+16
* QPID-2783: Eliminate the UnknownMessageTypeException from o.a.q.server.protoc...Robert Gemmell2010-08-082-47/+1
* QPID-2642: Replace bitwise and with short-circuit and operatorAndrew Donald Kennedy2010-07-311-1/+1
* QPID-2668: Improve PlainPasswordPrincipalDatabase lock managementAndrew Donald Kennedy2010-07-311-26/+15
* QPID-2657: Factor out exception handlingAndrew Donald Kennedy2010-07-281-77/+31
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-267-154/+151
* QPID-2661: Throw a NOT_IMPLEMENTED AMQException for 0-10 messagesAndrew Donald Kennedy2010-07-261-1/+1
* QPID-2657: Remove unnecessary ssn.processed() callAndrew Donald Kennedy2010-07-261-1/+0
* QPID-2757: Remove double checked lockingAndrew Donald Kennedy2010-07-261-14/+7
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-223-54/+96
* QPID-2740 : Update to use backupFilesToPath for non-compressed files.Martin Ritchie2010-07-221-18/+10
* QPID-2739 : Updated deleteFile to add the backupFilesToPath for delete reques...Martin Ritchie2010-07-221-3/+36
* QPID-2682: Move slow consumer disconnection mechanism to the brokerAndrew Donald Kennedy2010-07-2212-40/+903
* QPID-2679: cache queues that are configured on a per-virtualhost basisAndrew Donald Kennedy2010-07-221-1/+8
* QPID-2731, QPID-2741, QPID-2742: Enable the MessageStoreTest to run for the D...Robert Gemmell2010-07-161-0/+5
* QPID-2742: Gather exchange type name properly, and remove the extraneous stat...Robert Gemmell2010-07-161-3/+3
* QPID-2741: issue the shutdown command to Derby during close()Robert Gemmell2010-07-161-0/+16
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-167-0/+94
* QPID-2726: add custom PlainPasswordCallback to enable PLAIN auth against cust...Robert Gemmell2010-07-102-16/+88
* QPID-2726: move the password verification process to an easily overridable pr...Robert Gemmell2010-07-081-2/+15
* QPID-2700 Patch for ability to remove bindings from exchanges and additional ...Marnie McCormack2010-07-051-0/+31
* QPID-2681 : Add final SCD testing for Topic and SubscriptionsMartin Ritchie2010-07-051-6/+9
* QPID-2681 : Provide default empty configuration for TopicConfigMartin Ritchie2010-07-051-0/+6
* QPID-1447 : Added some addition debug log to queue to aid understanding when ...Martin Ritchie2010-07-051-0/+5
* QPID-2681 : Update VHC to correctly merge queues-(exchange)-queueMartin Ritchie2010-07-051-16/+16
* QPID-2681 : Correcly process global configuration, added test to coverMartin Ritchie2010-07-051-3/+12
* QPID-2681 : Provide ability to merge configurations. This does simple merging...Martin Ritchie2010-07-054-34/+224
* QPID-2581 : Process new topic configurationMartin Ritchie2010-07-052-21/+230
* QPID-1447 : Move Queue Reconfiguration to the Queue rather than the Binding F...Martin Ritchie2010-07-052-8/+9
* QPID-2687: Make PluginManager auto-deploy bundles properlyRobert Gemmell2010-06-231-25/+7
* QPID-2555 : Modified the MANIFEST to include org.apache.qpid.common and org.a...Martin Ritchie2010-06-221-0/+1
* QPID-2665: Remove BROKER from object types for pluginsRobert Gemmell2010-06-173-15/+0
* QPID-2654: Add Actor logging to the ACL pluginRobert Gemmell2010-06-173-0/+13
* QPID-2662: Use actual SocketAddress instead of the String representationRobert Gemmell2010-06-173-3/+5
* QPID-2673: dont hold a disposition change listener for messages when accept-m...Robert Gemmell2010-06-172-3/+10
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-1411-20/+237
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-1429-402/+2682
* QPID-2650: revert change in r952930 which removed the extraneous vhost subdir...Robert Gemmell2010-06-101-5/+7
* QPID-2650: Make use of connections with auto-commit transactions disabled for...Robert Gemmell2010-06-092-116/+104
* QPID-1447 : Ensure we only attempt to load plugins that are configured and so...Martin Ritchie2010-06-031-3/+7
* Cleanup code. Configuration security.access is not used anymoreMartin Ritchie2010-06-032-6/+4
* QPID-2581 : Update Plugins that use configuration to only throw Configuration...Martin Ritchie2010-06-039-39/+109
* Remove Plugin.isConfigured Only configured plugins should be createdMartin Ritchie2010-06-032-23/+10
* Add the ASF License to various classes currently missing itRobert Gemmell2010-06-021-0/+20
* QPID-2581 : Update Plugins to have a consistent configure(ConfigurationPlugin...Martin Ritchie2010-06-026-28/+15
* QPID-2632 : Remove NullApplicationRegistryMartin Ritchie2010-06-021-21/+1
* 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-026-23/+49