summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-126/+0
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-1/+22
* QPID-4659 : [Java Broker] make protocol engines pluggableRobert Godfrey2013-07-141-4/+1
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ...Robert Godfrey2013-07-051-2/+23
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-191-0/+2
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-111-5/+0
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-3/+1
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-17/+1
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-081-0/+2
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-3/+0
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-1/+5
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-041-0/+3
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-0/+2
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-301-2/+0
* NO-JIRA: Remove unused authentication manager/queue memory-use methods from ...Keith Wall2012-02-271-3/+0
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-3/+8
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-3/+3
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-071-0/+3
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-3/+0
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-17/+15
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-311-2/+2
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-2/+3
* QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VH...Martin Ritchie2010-05-181-1/+12
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-1/+29
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-603/+41
* Merge java-network-refactor branchAidan Skinner2009-10-151-0/+8
* QPID-2096 : Add a work around which stops durable exchanges being written to ...Martin Ritchie2009-09-111-0/+12
* QPID-2002 : Add VirtualHost logging and testing, again shutdown testing must ...Martin Ritchie2009-08-091-0/+7
* Removed unused method that only throws an ExceptionMartin Ritchie2009-08-031-6/+1
* QPID-1814 : Don't always attempt to create the default exchanges in the persi...Martin Ritchie2009-04-161-0/+9
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+593
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-597/+0
* QPID-1764 : Update to BaseTransactionLog to create a TestableTransactionLog, ...Martin Ritchie2009-04-031-2/+11
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-011-2/+13
* QPID-1730 : Update the order in which we initialise. We now load the config f...Martin Ritchie2009-03-131-41/+162
* QPID-949 : Removed the deleteOnExit calls on all flowed entries, as this will...Martin Ritchie2009-03-091-7/+7
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-271-6/+7
* QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue...Martin Ritchie2009-02-271-0/+11
* QPID-1537: Version MBeans.Aidan Skinner2009-02-251-1/+1
* QPID-1634 : Created QueueBackingStore interface and implementation FileQueueB...Martin Ritchie2009-02-251-2/+9
* QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ...Martin Ritchie2009-02-201-4/+5
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-201-2/+9
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-59/+106
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-131-24/+67
* QPID-430: Fix message age alerting so that it works on queues which are other...Aidan Skinner2009-02-111-1/+1
* QPID-1626: Add per-virtualhost authorization plugins.Aidan Skinner2009-02-091-16/+16
* QPID-1537 : Reverted r727070Martin Ritchie2008-12-171-1/+1
* QPID-1537 : Version all the MBeans to allow changes in the API contracts. Set...Martin Ritchie2008-12-161-1/+1
* QPID-1266 : Provided test for new stop() method. Updated RefCountExService to...Martin Ritchie2008-09-031-3/+4
* QPID-1266 - Provide a stop() method on AMQQueue to stop all processing on tha...Martin Ritchie2008-09-021-1/+10