summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3402: also use a semi-colon deliminator instead of just whitespace, so a...Robert Gemmell2011-08-092-2/+2
* QPID-3392: correct JIRA referenceRobert Gemmell2011-08-091-1/+1
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-087-33/+45
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-0812-114/+221
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-0816-118/+280
* QPID-3391: exclude failing test until functionality is implementedRobert Gemmell2011-08-041-1/+3
* QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch...Robert Gemmell2011-08-043-17/+114
* QPID-2881 Modified the testSubscriptionForSameDestination to cover forRajith Muditha Attapattu2011-08-031-1/+1
* QPID-3381 Corrected the entry for JMSPropertiesTest to reflect theRajith Muditha Attapattu2011-08-031-1/+1
* QPID-2899: log the exceptionRobert Gemmell2011-08-031-0/+3
* QPID-3377 Modified an existing test case to cover this issue.Rajith Muditha Attapattu2011-08-021-1/+12
* QPID-3377 Applying patch from Pavel MoravecRajith Muditha Attapattu2011-08-021-5/+6
* QPID-3381 Provided the ability to retrieve the routing key from a JMS message...Rajith Muditha Attapattu2011-08-022-7/+15
* QPID-3381 Added the class QpidMessageProperties as a place holder for Qpid sp...Rajith Muditha Attapattu2011-08-021-0/+34
* QPID-2899: ensure otherwise unhandled exceptions close the Session with an Ex...Robert Gemmell2011-08-022-9/+13
* Merge branch 'QPID-3263' into trunkRajith Muditha Attapattu2011-08-025-8/+168
* QPID-3064, QPID-3157: ensure that if the node marker is pointing at the tail ...Robert Gemmell2011-07-312-2/+38
* QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr...Robert Gemmell2011-07-303-99/+527
* QPID-3339: set the security Subject during the closed() invocation to prevent...Robert Gemmell2011-07-301-4/+8
* QPID-3358 Added a gnuplot script that can be useful in graphing test results.Rajith Muditha Attapattu2011-07-301-0/+42
* QPID-3358 Added scripts to faciliate multi host testing.Rajith Muditha Attapattu2011-07-303-0/+387
* QPID-3358 Modified the run-sub and run-pub scripts to allow program args in a...Rajith Muditha Attapattu2011-07-302-4/+15
* QPID-3358 Modified the producer and consumer to support multiple iterations t...Rajith Muditha Attapattu2011-07-304-71/+187
* QPID-3358 Modified the controller to allow multiple iterations in order to s...Rajith Muditha Attapattu2011-07-302-12/+146
* QPID-3367: FileUtils improvements. #openFileOrDefaultResource now tries the o...Robert Gemmell2011-07-214-11/+98
* QPID-3365: Extend build system to build optional client-plugins.Robert Gemmell2011-07-212-5/+4
* NO-JIRA: correct example jar name in client README, update ivy.xml file with ...Robert Gemmell2011-07-212-2/+2
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-216-211/+288
* Merge branch 'perf' into trunkRajith Muditha Attapattu2011-07-208-134/+608
* QPID-3359: revert testNoFailover to run in same-vm profiles onlyRobert Gemmell2011-07-151-2/+34
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-1526-764/+667
* QPID-3358 Simplified the scripts to make it easy to run them.Rajith Muditha Attapattu2011-07-159-164/+124
* QPID-2498: rename mina dep stubs for use in pom generationRobert Gemmell2011-07-142-0/+0
* QPID-2498: upgrade Mina to 1.1.7.Robert Gemmell2011-07-1413-40/+8
* QPID-3342: move a previously missed test-only class into the test treeRobert Gemmell2011-07-141-0/+0
* QPID-2899: exclude test to stop lighting Jenkins up like a christmas tree on ...Robert Gemmell2011-07-141-0/+3
* QPID-2815: move conversion of logWatch argument into milliseconds into Broker...Robert Gemmell2011-07-144-14/+169
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-149-37/+335
* Merge branch 'QPID-3265' into trunkRajith Muditha Attapattu2011-07-135-59/+129
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-1337-548/+1198
* QPID-3269Rajith Muditha Attapattu2011-07-082-9/+35
* QPID-3269Rajith Muditha Attapattu2011-07-0810-44/+160
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-0786-3764/+374
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-0727-744/+1348
* QPID-3026: remove incomplete support for multiple ApplicationRegistry instanc...Robert Gemmell2011-07-0717-411/+412
* NO-JIRA: remove interface method @overridesRobert Gemmell2011-07-0714-54/+1
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-0747-1766/+1189
* QPID-3342: rationalise the existing 0-10 transport code and introduce new Net...Robert Gemmell2011-07-0714-273/+315
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-0730-5316/+26
* QPID-2720: revert commit from r1142454 due to test failures (note to self, co...Robert Gemmell2011-07-031-116/+102