summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostImpl.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-11/+11
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-071-5/+43
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-12/+20
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-261-5/+10
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-141-59/+141
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-141-141/+59
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-131-33/+32
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-151-1/+0
* QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-121-2/+2
* QPID-2985: remove duplicate logic to begin store transaction, which seems to ...Robert Gemmell2011-04-221-1/+1
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-0/+79
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-10/+21
* QPID-3090: quote the MBean ObjectName key values for the names of Queues, Con...Robert Gemmell2011-03-011-2/+3
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-7/+11
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-261-8/+10
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-161-0/+4
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-2/+2
* QPID-1447 : Ensure we only attempt to load plugins that are configured and so...Martin Ritchie2010-06-031-3/+7
* QPID-2581 : Update Plugins that use configuration to only throw Configuration...Martin Ritchie2010-06-031-5/+1
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-93/+37
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-311-7/+22
* QPID-1447 : Modified VirtualHostHouseKeepingPlugin to return a TimeUnit and f...Martin Ritchie2010-05-201-18/+1
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-6/+21
* QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VH...Martin Ritchie2010-05-181-23/+63
* QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a RuntimeExcept...Martin Ritchie2010-05-181-1/+2
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-071-2/+2
* QPID-2584 : Updated VirtualHost to load VirtualHost Plugins and not hard code...Martin Ritchie2010-05-071-1/+53
* QPID-2479: Add info/debug level logging to allow tracking the virtualhost hou...Robert Gemmell2010-04-211-4/+8
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-29/+156
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-061-1/+1
* QPID-2308: Update the DerbyStore createExchange() method to check for existin...Robert Gemmell2010-01-041-20/+0
* QPID-2096: decouple the addition of durable exchanges to the store from excha...Robert Gemmell2010-01-041-0/+5
* QPID-2263 : Stop Exceptions killing the HouseKeeping thread. Also prevented D...Martin Ritchie2009-12-111-2/+3
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-2/+2
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-0/+608