summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/AbstractQueue.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-12/+0
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-13/+61
* rewrite closeRobert Godfrey2015-03-051-2/+3
* merge from trunkKeith Wall2015-03-031-14/+81
* Connection close is now performed by i/o threadKeith Wall2015-02-191-2/+2
* merged from trunk r1659391Robert Godfrey2015-02-121-1/+13
* broswer consumer close is now pulled by IO rather than pushed by queue, fixin...Keith Wall2015-02-121-1/+2
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-101-8/+0
* Merge from trunkKeith Wall2015-01-271-2/+3
|\
| * QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-121-2/+3
* | Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-101-1/+2
|/
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-051-31/+7
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-311-4/+11
* QPID-6192: [Java Broker] Incorporate some feedbackk from Rob Godfrey.Keith Wall2014-10-281-14/+18
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-281-1/+14
* QPID-6130: [Java Broker] Introduce edit queue dialog to web management UIAndrew MacBean2014-10-031-1/+4
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-12/+8
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-251-11/+0
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-11/+3
* QPID-6079 : Some python AlternateExchangeTests fail against Java brokerRobert Godfrey2014-09-071-2/+0
* QPID-6079 : [Java Broker] Objects created as duplicates should be automatical...Robert Godfrey2014-09-061-0/+9
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-1/+1
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-1/+8
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-081-5/+27
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-071-4/+43
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-0/+33
* QPID-5934 : [Java Broker] Allow TTL to be overridden on a per-Queue basisRobert Godfrey2014-07-281-0/+52
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-2/+37
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also c...Keith Wall2014-07-241-3/+3
* QPID-5912: [Java Broker] Prevent failure to send to a consumer on the straigh...Keith Wall2014-07-221-67/+94
* QPID-4520 : The deletion of autodelete queue due to autodeletion should not r...Robert Godfrey2014-07-211-2/+20
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-201-2/+83
* QPID-5877: [Java Broker] Potential for rejected messages to be resent out of ...Andrew MacBean2014-07-041-1/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-13/+20
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-4/+12
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-1/+1
* QPID-5679 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-12/+12
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-2/+1
* QPID-5580 : Address review comments from Keith Wall / remove dead codeRobert Godfrey2014-04-241-62/+0
* QPID-5698 : [Java Broker] fix broken implementation of queue automated/derive...Robert Godfrey2014-04-241-28/+2
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-181-4/+2
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-181-7/+1
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-181-158/+115
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-171-1/+10
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-171-65/+3
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-1/+2
* QPID-5698 : [Java Broker] make attributes automated or derivedRobert Godfrey2014-04-151-20/+0
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-23/+8
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-38/+2