summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QPID-3263 Applying patch from Weston Price with the following modifications.Rajith 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
* QPID-3358 Added a controller to coordinate tests run on several jvm's on the ...Rajith 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
* QPID-3358 Added the ability to specify a message type (ex bytes, text) and al...Rajith 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
* QPID-2655: update to allow -run:jpda option to workRobert Gemmell2011-07-031-6/+6
* QPID-2720: enable setting an alternative BundleContext to allow the broker to...Robert Gemmell2011-07-031-102/+116
* QPID-3331: Update trunk versions to 0.13 for the next releaseJustin Ross2011-06-307-7/+7
* QPID-3324: make the SSL port configurable from the comand lineRobert Gemmell2011-06-301-3/+21
* QPID-3194 Added a test case to verify the alternate-exchange property is corr...Rajith Muditha Attapattu2011-06-291-0/+20
* QPID-3302 Excluding the testApplicationProperties test from the 0-8/0-9 code ...Rajith Muditha Attapattu2011-06-291-0/+1
* NO-JIRA forgot to modify the default value for msg_type in one place.Rajith Muditha Attapattu2011-06-281-1/+1
* Merge branch 'perf-tools' into trunkRajith Muditha Attapattu2011-06-281-6/+6