summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-718 : NPE when binding queue with null routing keyRobert Godfrey2008-01-033-2/+7
* QPID-716 : pass in generated Queue NameRobert Godfrey2008-01-031-5/+8
* QPID-711 : create a QueueEntry class and move message-on-queue functions (suc...Robert Godfrey2007-12-1825-590/+510
* Merged revisions 594992-595694,595697-596350,596352-596362,596364-598327 via ...Rupert Smith2007-11-301-15/+14
* Qpid-559 : OSGi Patch Provided by Aidan Skinner Martin Ritchie2007-11-2614-26/+445
* QPID-92, QPID-564 : Upgraded Mina to 1.0.1 still not good enough but all futu...Martin Ritchie2007-11-263-26/+81
* QPID-567 : Add mutliversion support to Qpid/Java, fixed client support when s...Robert Godfrey2007-11-266-6/+128
* QPID-567 : Add mutliversion support to Qpid/Java.Robert Godfrey2007-11-2447-662/+1843
* QPID-160 Addition of JMSXUserID to all messages through the java broker.Martin Ritchie2007-11-071-87/+112
* QPID-647 : Update to ConcurrentSelectorDeliveryManager to restart async proce...Martin Ritchie2007-10-191-7/+7
* QPID-647 : Async Process start/stop is not regulated tightly enough. Added ad...Martin Ritchie2007-10-181-17/+20
* QPID-645 : TxnBuffer should rethrow exceptions encountered on commitRobert Godfrey2007-10-171-8/+20
* QPID-647 : Update to ConcurrentSelectorDeliveryManager to restart async proce...Martin Ritchie2007-10-171-2/+21
* Update to AMQMessage to reset the deliveredToConsumer flag(false) when the me...Martin Ritchie2007-10-171-2/+6
* QPID-643 : CSDM causes duplicate message delivery. Don't deliver messages tha...Martin Ritchie2007-10-171-1/+34
* QPID-636 : Check to ensure we only enqueue msgs that can be delivered to the ...Martin Ritchie2007-10-111-2/+5
* QPID-578 : Queue Deletion causes unacked msgs to be discard resulting in the ...Martin Ritchie2007-10-103-4/+28
* Update to correct error log that would occur when using selectors.Martin Ritchie2007-10-091-2/+9
* Qpid-623 : When only selectors are used on a queue the main _messages queue c...Martin Ritchie2007-10-051-9/+48
* QPID-611 QPID-620. DurableSubscriptionTest was failing due to a race conditio...Martin Ritchie2007-10-015-17/+35
* QPID-611 : Queue Total size calculations can cause NPE on broker. Patch suppl...Martin Ritchie2007-09-281-1/+1
* QPID-610 : Fix for ManagementConcole NO_ACK & Msg Expire leaks. Updated AMQQu...Martin Ritchie2007-09-265-39/+180
* QPID-610 : Fix for Get NO_ACK leak. The Java Client doesn't use get so augmen...Martin Ritchie2007-09-251-0/+5
* Update to start M2.1 python test broker on port 2100 (management 2101) and fo...Martin Ritchie2007-09-251-2/+2
* QPID-610 : Fix for Returned Messages leak. Augmented TestableMemoryMessageSto...Martin Ritchie2007-09-251-0/+2
* QPID-612 : Use same scheme for every creation of temporary queue namesRobert Godfrey2007-09-241-6/+2
* QPID-606: synchronize retrieval of application registry to avoid race conditi...Robert Greig2007-09-211-17/+20
* QPID-531 : NO_ACK fix. Added a decrementReference in SubscriptionImpl after t...Martin Ritchie2007-09-141-1/+6
* QPID-572 Corrected patch for ConcurrentSelectorDeliveryManager that resolves ...Martin Ritchie2007-09-141-1/+1
* QPID-572 Applied test patch supplied by Aidan Skinner along with change to Co...Martin Ritchie2007-09-121-1/+7
* QPID-582 Fixing build on Java 6Robert Greig2007-09-111-3/+3
* Merged changes to perftest code from M2 branch.Rupert Smith2007-08-233-242/+0
* Fix for a bug in the Broker Tools, preventing them working.Martin Ritchie2007-08-015-14/+56
* AMQMessage - added //todo-s and removed unused parameter StoreContext from ex...Martin Ritchie2007-07-254-34/+32
* Refactored interop tests into general distributed test framework. Moved frame...Rupert Smith2007-07-251-0/+1