summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3936: Fix for ControllerAndClientTest that occasionally fails on slow CIKeith Wall2012-04-251-2/+14
* QPID-3936: Add more logging to better understand the ControllerAndClientTest ...Keith Wall2012-04-241-1/+6
* QPID-3936: Add more logging to better understand the ControllerAndClientTest ...Keith Wall2012-04-241-1/+8
* QPID-3936: Change Performance Test Framework to support running of a series o...Keith Wall2012-04-2332-195/+23522
* Merge branch 'QPID-3957' into trunkWeston M. Price2012-04-229-374/+648
* QPID-3936: add more debug logsKeith Wall2012-04-206-0/+47
* QPID-3936: stop queue creator from leaving open session behindKeith Wall2012-04-204-32/+18
* QPID-3864: fix licence URLRobert Gemmell2012-04-191-1/+1
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-1912-0/+237
* QPID-3923: fix the maven artefact generation proces, add dependency info for ...Robert Gemmell2012-04-182-0/+44
* QPID-3959: ensure the test creates/removes its own ApplicationRegistry with a...Robert Gemmell2012-04-181-2/+22
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-181-2/+2
* QPID-3776: Add support for JBoss7 Application ServerWeston M. Price2012-04-185-34/+70
* QPID-3955: Qpid JCA Adapter should throw ResourceException ifWeston M. Price2012-04-183-3/+98
* QPID-3701Weston M. Price2012-04-1720-43/+485
* QPID-3734Weston M. Price2012-04-174-12/+14
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-178-50/+68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability o...Robert Godfrey2012-04-172-17/+35
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability o...Robert Godfrey2012-04-171-1/+1
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability o...Robert Godfrey2012-04-171-0/+5
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-17100-1788/+3880
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+2
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+3
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-173-8/+25
* QPID-3949 : [Java AMQP 1.0] JMSType propertyRobert Godfrey2012-04-162-2/+2
* QPID-3749Weston M. Price2012-04-161-8/+8
* QPID-3749Weston M. Price2012-04-167-140/+59
* QPID-3936: Performance Test Framework - Fix failing tests under JDK 1.7Keith Wall2012-04-162-3/+3
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-12/+6
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-168-10/+14
* QPID-3949 : [Java AMQP 1.0] Update selector/no-local definitions to use new d...Robert Godfrey2012-04-164-8/+5
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-133-59/+31
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-1229-793/+726
* QPID-3941 Handles the stat collecting and reporting module for the jmsRajith Muditha Attapattu2012-04-104-0/+459
* QPID-3941 The existing PerfProducer, PerfConsumer and TestControllerRajith Muditha Attapattu2012-04-105-477/+210
* QPID-3941 Refactored existing code in PerfConsumer and PerfProducer toRajith Muditha Attapattu2012-04-102-0/+472
* QPID-3941 Removed the old LatencyTest as it's no longer useful.Rajith Muditha Attapattu2012-04-101-349/+0
* QPID-3941 Test configuration is now accessed via the TestConfigurationRajith Muditha Attapattu2012-04-102-25/+348
* QPID-3941 Renamed existing files as the first step. The existingRajith Muditha Attapattu2012-04-109-0/+0
* Replace log message formatting with null object dereferencesAndrew Donald Kennedy2012-04-091-5/+3
* QPID-3936: disable the systests temporarilyRobert Gemmell2012-04-061-0/+7
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-063-21/+68
* QPID-3936: add missed file from previous checkinRobert Gemmell2012-04-051-0/+0
* QPID-3936: initial checkin of new testing framework, initially to be used for...Robert Gemmell2012-04-05165-1/+36957
* QPID-3933: define an empty value for amqp-1-0-common.libs to allow the pom ge...Robert Gemmell2012-04-051-0/+1
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-04461-94/+54580
* QPID-3929: remove old perftests + integrationtests + junit-toolkit modules an...Robert Gemmell2012-04-04190-31809/+5
* QPID-3927: add a systest which would highlight the underlying issue by failin...Robert Gemmell2012-04-031-0/+100