summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-301-49/+7
* QPID-3165: ensure all subscriptions are checked before making the decision on...Robert Gemmell2011-03-251-22/+71
* QPID-2973: ignore the Immediate status of the message when enqueing on the DL...Robert Gemmell2010-12-071-2/+7
* QPID-2973: add JMX support for creating and manipulating queues with new DLQ ...Robert Gemmell2010-12-071-0/+19
* QPID-2973: broker support for rejecting messages without requeue, and creatin...Robert Gemmell2010-12-071-1/+13
* QPID-2869: prevent entering the source queue as destinationRobert Gemmell2010-09-271-0/+8
* QPID-2868: guard against non-existent destinations when moving/copyingRobert Gemmell2010-09-271-2/+12
* QPID-2886: correct issues highlighted by running FindBugs across the codebase.Robert Gemmell2010-09-271-18/+19
* QPID-2864: Add producer configurable transaction timeoutsAndrew Donald Kennedy2010-09-201-0/+1
* QPID-2568: revert changes from commits 941359, 941376 and 941792Robert Gemmell2010-05-111-39/+6
* QPID-2568: make some necessary adjustments to support the release of the mess...Robert Gemmell2010-05-061-6/+39
* QPID-2449: when SAMQQ.delete() is called and associated bindings are unregist...Robert Gemmell2010-03-181-1/+1
* QPID-2321 : Updated conflation queue to use same argument names as C++ for LV...Robert Godfrey2010-01-171-109/+63
* QPID-2321 : Add conflation queues to the Java BrokerRobert Godfrey2010-01-051-3/+3
* QPID-2209: update the move/copy operations to perform the same durability che...Robert Gemmell2009-12-301-2/+2
* QPID-2263 : Stop Exceptions killing the HouseKeeping thread. Also prevented D...Martin Ritchie2009-12-111-6/+22
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-081-0/+6
* QPID-2001 : Converted Log Messages from XXX-<Number> toa more meaningfull XXX...Martin Ritchie2009-12-031-5/+5
* QPID-2172: merge r829575 from java-broker-010 branch, with updates to make it...Robert Gemmell2009-11-261-0/+7
* Fix compiler compliance levels, not allowed @Override on interfaces in 1.5Aidan Skinner2009-10-111-1/+0
* QPID-942 : Added tests for broker and client log messages produced when flow ...Robert Godfrey2009-10-071-3/+7
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-4/+88
* QPID-2118 : Corrected 010Exclude for runtime selector exception. Tidied up Se...Martin Ritchie2009-09-301-2/+5
* QPID-2120 : Updated SimpleAMQQueue to ensure that the sub.isSuspended() check...Martin Ritchie2009-09-301-68/+112
* QPID-2002 : Addition of a QueueActor to be set during running of the processQ...Martin Ritchie2009-08-121-0/+10
* Updated SAMQQ to only display owner when it is non-nullMartin Ritchie2009-08-121-0/+1
* QPID-2036: replace the getMessagesRangeOnTheQueue() implementation with a Que...Robert Gemmell2009-08-091-22/+15
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-061-9/+6
* QPID-2002 : Added exclusive parameter to subscription.setQueue to allow impro...Martin Ritchie2009-08-061-1/+1
* QPID-2002 : Add Queue Logging Tests.Martin Ritchie2009-08-061-3/+6
* QPID-2002 : Add Queue Creation loggingMartin Ritchie2009-08-061-11/+38
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-221-0/+10
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-211-0/+37
* QPID-1941: ensure old queue entry is deleted as well as dequeued, so it is no...Robert Gemmell2009-07-131-1/+1
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+1600
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-1666/+0
* QPID-1800: modify SAMQQ to record transactionlog etry even when queue isnt du...Robert Gemmell2009-04-101-5/+26
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-031-0/+15
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-011-2/+11
* QPID-1730 : Improve the logging so we can see what is going one during persis...Martin Ritchie2009-03-131-0/+11
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-091-19/+17
* QPID-1635 : Feed back from review, ensure that getMessage() never returns nul...Martin Ritchie2009-03-061-15/+0
* QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi...Martin Ritchie2009-03-031-0/+4
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-021-4/+3
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-271-1/+15
* QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue...Martin Ritchie2009-02-271-87/+15
* QPID-1633 : Added new properties to SimpleAMQQueue with appropriate getters/s...Martin Ritchie2009-02-251-1/+79
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-201-14/+30
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-201-2/+2
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-40/+29