summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostImpl.java
Commit message (Expand)AuthorAgeFilesLines
* 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