summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-311-0/+4
* QPID-2573: Implement the Firewall functionality as an OSGi pluginRobert Gemmell2010-05-311-256/+0
* QPID-2569: Implement the SimpleXML as an OSGi pluginRobert Gemmell2010-05-312-1156/+0
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-3173-1826/+2240
* QPID-2585: Upgrade Felix to 2.0.5Robert Gemmell2010-05-314-160/+240
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-3120-221/+257
* 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-2581 : Update ConfigurationPlugin to provide a validateConfiguration() m...Martin Ritchie2010-05-214-0/+22
* QPID-1447 : Complete SCDPolicyConfiguration TestingMartin Ritchie2010-05-214-117/+289
* 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-2012-95/+111