summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* fix browser behaviour on deliverAsync(sub)Robert Godfrey2008-05-291-1/+12
* Comments and changes from reviewRobert Godfrey2008-05-292-11/+6
* Made subscription sendLock straight lock, re-enabled per subscription async d...Robert Godfrey2008-05-294-19/+13
* Temp fix out of order issue with async(sub)Robert Godfrey2008-05-293-7/+16
* tidy upRobert Godfrey2008-05-291-48/+51
* Deliver async per subscription; not queueRobert Godfrey2008-05-291-7/+2
* Avoid NPEs :-)Robert Godfrey2008-05-291-6/+6
* Refactoring updates (job queue changes, enqueue collections..)Robert Godfrey2008-05-2712-156/+384
* Refactoring perf. tweaksRobert Godfrey2008-05-199-78/+125
* Fixed credit restoration, turned off biased write pool by default, removed un...Robert Godfrey2008-05-153-17/+2
* Changes to MessageStore interfaceRobert Godfrey2008-05-137-24/+22
* Fixed broken exception overridingRobert Godfrey2008-05-131-1/+1
* More fixing up of refactoring stuff; getting all maven tests passing and impl...Robert Godfrey2008-05-1211-53/+269
* Copy over QPID-926Robert Godfrey2008-05-111-6/+24
* Copy over QPID-925Robert Godfrey2008-05-112-16/+30
* Updates on the refactoring workRobert Godfrey2008-05-1173-4057/+2542
* remove duplicate check of interest in enqueue, enable new Queue by defaultRobert Godfrey2008-04-212-15/+7
* Initial checkpoint of queue refactoring workRobert Godfrey2008-04-21100-3680/+9431
* QPID-875 : Dropped logging level to debug.Martin Ritchie2008-03-241-2/+2
* QPID-873 : Authentication Exception should be hard error; also NPE in Propert...Robert Godfrey2008-03-241-2/+6
* QPID-847 : Fixed this test for the selectorsMartin Ritchie2008-03-191-5/+3
* QPID-858 : Added cancel to the housekeeping thread when the vhost is closed.Martin Ritchie2008-03-171-0/+4
* QPID-847 : InvalidSelectorException. This was caused by the Broker now being ...Martin Ritchie2008-03-171-3/+11
* QPID-852 : Updated broker so that it closes consumers when there are no messa...Martin Ritchie2008-03-141-1/+10
* QPID-852 : Updated broker so that it closes consumers when there are no messa...Martin Ritchie2008-03-143-9/+31
* QPID-851 : Update to AMQChannel to prevent the memory leak when an autoclose ...Martin Ritchie2008-03-141-8/+18
* QPID-592 : Parameterised the Read/Write buffer limits. On the broker extra co...Martin Ritchie2008-03-141-10/+13
* QPID-107 : Changes based on code review. Martin Ritchie2008-03-105-125/+30
* QIPD-841 : Problem with SimpleACLTest was that the ConfigurationFilePrincipal...Martin Ritchie2008-03-102-13/+8
* QPID-847 : SelectorParserTest with disabled testLike() Martin Ritchie2008-03-101-0/+130
* QPID-831 : Remove incorrect references to getDeliveredToConsumer()Robert Godfrey2008-03-041-20/+4
* QPID-828 : Stop transient message data being cleared while still deliveringRobert Godfrey2008-03-032-5/+3
* QPID-822 Set default to false for JMSXUserID.Martin Ritchie2008-02-281-1/+1
* QPID-821 Set default to false for MultiIO and Buffer Limiting.Martin Ritchie2008-02-281-1/+1
* QPID-818 : Persistent Pub/Sub can get exception on acking messageRobert Godfrey2008-02-283-22/+1
* QPID-809 Updated logging and some whitespace changes.Martin Ritchie2008-02-251-12/+11
* QPID-809 Updated logging and some whitespace changes.Martin Ritchie2008-02-252-10/+12
* QPID-809 Updated logging and removed an unnecessary printStackTrace().Martin Ritchie2008-02-252-15/+4
* QPID-107 : Initial ACL implementation for review. Implemented Permissions : C...Martin Ritchie2008-02-2534-741/+1466
* QPID-810 : Moved check for closingChannels higher in stack and close channel ...Martin Ritchie2008-02-251-23/+33
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-223-21/+2
* QPID-804 : Fix Java Broker Python test failuresRobert Godfrey2008-02-211-5/+3
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-2122-310/+624
* QPID-800 : junit toolkit sources added.Rupert Smith2008-02-202-4/+1
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-139-38/+86
* QPID-787 : Allow for quoting of identifiers in selectorsRobert Godfrey2008-02-121-0/+17
* QPID-588: change instances of trace() and isTraceEnabled to debug equivalent ...Aidan Skinner2008-02-085-24/+24
* Merged revisions 608477,609961,610475,610479,610806,611146 via svnmerge from Aidan Skinner2008-01-285-267/+360
* Merged revisions 598285,598619,598721,598834-598835,599375,599531,599533,5995...Aidan Skinner2008-01-246-48/+108
* QPID-746 : Used the parameter pased to setRedelivered() : fixed as per JIRAMartin Ritchie2008-01-181-1/+1