summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 575811 via svnmerge from Rupert Smith2007-09-192-1/+25
* QPID-572 patches applied.Rupert Smith2007-09-182-1/+159
* More adjustments to perf test parameters.Rupert Smith2007-08-071-1/+1
* More adjustments to perf test parameters.Rupert Smith2007-08-071-4/+4
* Adjustments made to perftest parameters.Rupert Smith2007-08-071-10/+10
* Changes made to performance test parameters.Rupert Smith2007-08-072-82/+81
* Added .NET release notesMartin Ritchie2007-08-021-1/+1
* added -XX:+HeapDumpOnOutOfMemoryError this should have been before.Martin Ritchie2007-08-021-1/+1
* Fix for number format exception when message count not specified, as in inter...Rupert Smith2007-08-021-1/+1
* Changes to POM for repacking as manifest jar, rather than uber jar.Rupert Smith2007-08-022-4/+20
* Moved everything from test to main. Simpler to have a single jar for manifest...Rupert Smith2007-08-025-0/+0
* Extensive refactoring of the distributed test framework.Rupert Smith2007-08-0148-765/+2304
* Fix for a bug in the Broker Tools, preventing them working.Martin Ritchie2007-08-016-21/+67
* Changes to POMs.Martin Ritchie2007-07-317-31/+209
* Refactored packaging of test framework.Rupert Smith2007-07-2536-875/+87
* Removed redundant method.Rupert Smith2007-07-251-5/+0
* Added to comments.Rupert Smith2007-07-251-1/+1
* 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-2547-807/+2202
* Checking in the release notesRajith Muditha Attapattu2007-07-201-48/+79
* Added a logger but only used to control the toString inclusion of password. I...Martin Ritchie2007-07-201-10/+21
* Update fix incorrect license headers.Martin Ritchie2007-07-1826-619/+390
* Ensure the top level release-docs directory is included in the buildsMartin Ritchie2007-07-185-2/+38
* Set default mvn build to assembly:assemblyMartin Ritchie2007-07-181-1/+7
* updated comment to refelect property valuesMartin Ritchie2007-07-181-1/+1
* This is left over from ANTMartin Ritchie2007-07-184-332/+0
* Updates to pom files and Licensing/Notice files for M2 release.Martin Ritchie2007-07-1820-534/+449
* Properties file not needed any more. Test properties all driven from Messagin...Rupert Smith2007-07-171-20/+0
* Retired old interop tests.Rupert Smith2007-07-173-538/+9
* Refactored the distributed test clients and coordinator to support different ...Rupert Smith2007-07-1726-2166/+2078
* QPID-541 : Change to use threadlocal maps for intern for the common case to a...Robert Godfrey2007-07-171-12/+38
* QPID-541 A large portion of memory was being wasted in 32k ByteBuffers being ...Martin Ritchie2007-07-176-8/+69
* Change to allow the management port to be specified on the command line, via ...Martin Ritchie2007-07-172-48/+85
* Added additional information to hard-error logging in exceptionReceived.Martin Ritchie2007-07-171-4/+13
* White space & code formatting changeMartin Ritchie2007-07-171-5/+8
* QPID-540 Prevent NPE when purging message from the main _message queue in the...Martin Ritchie2007-07-173-56/+135
* Addition of simple pub/sub examples.Martin Ritchie2007-07-174-0/+374
* QPID-538 Check to ensure a duplicate binding is not created.Martin Ritchie2007-07-176-25/+61
* Update to the MessageStore Tool to provide Move and Purge functionality.Martin Ritchie2007-07-175-138/+247
* Additional logging in case of broker failure at startup.Martin Ritchie2007-07-171-1/+4
* QPID-537 : Make AMQMessage.incrementReference publicRobert Godfrey2007-07-161-1/+1
* Completed javadoc for test framework.Rupert Smith2007-07-1313-42/+133
* Moved test framework into its own package and cleaned it up.Rupert Smith2007-07-1320-810/+1738
* Update perftests to center better around current performance.Rupert Smith2007-07-111-112/+112
* Added message copy method.Rupert Smith2007-07-101-19/+83
* Forgot to compile before committing. Missed a method change in the Select com...Martin Ritchie2007-07-051-1/+1
* Minor changes and tidy up when running via command line.Martin Ritchie2007-07-0510-52/+262
* Fixed test state carrying over to mandatory message test from immediate. Also...Rupert Smith2007-07-054-33/+45
* Tidied up some extranious logging.Martin Ritchie2007-07-043-44/+42
* Addition of the MessageStore Tool.Martin Ritchie2007-07-0437-74/+4045