summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4395 : Fix client ack in onMessage in JMS AMQP 1.0 clientRobert Godfrey2012-10-262-5/+9
* QPID-4389: Send the selector of durable subscriber in arguments of ExchangeBi...Alex Rudyy2012-10-242-8/+71
* QPID-4385: perf test ClientRegistry timeout now only applies to each registra...Alex Rudyy2012-10-232-9/+66
* QPID-4383 : Fix receipt of large messages, client ackRobert Godfrey2012-10-202-9/+17
* QPID-4383 : Fix to set ssl based on protocolRobert Godfrey2012-10-191-1/+14
* QPID-4383 : Fix connection URLsRobert Godfrey2012-10-193-6/+37
* QPID-4382 : Wait for subsequent frames to arrive in synchronous receiveRobert Godfrey2012-10-192-105/+14
* QPID-4381 : add heartbeating to the AMQP 1.0 java clientRobert Godfrey2012-10-193-7/+56
* QPID-4298: AMQQueueDeferredOrderingTest should sync after sending the test me...Keith Wall2012-10-181-6/+6
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-1215-382/+678
* QPID-4353: modified rest test names in CPPExcludes beause they now reside in ...Keith Wall2012-10-121-1/+1
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-12175-4820/+2376
* QPID-4365 : [Java 1-0 JMS Client] Allow setting of client id to be deferred /...Robert Godfrey2012-10-101-19/+68
* QPID-4314: Add distributed tests to measure the impact of selectors on consum...Alex Rudyy2012-10-096-0/+409
* QPID-4359: stop logging spurious error messages (when caused by expected beha...Robert Gemmell2012-10-051-4/+16
* QPID-4355 : LICENSE and NOTICE included in jar files should be able to be mod...Robert Godfrey2012-10-0310-0/+651
* QPID-4352: fix break in ConnectionFactory following SSL truststore/keystore p...Robert Gemmell2012-10-024-30/+56
* NO-JIRA: remove unused 'manual non-test' classesRobert Gemmell2012-10-022-532/+0
* QPID-4352: Java client logs key_store_password/trust_store_password at debugKeith Wall2012-09-293-45/+60
* QPID-3906 Fixed an error with the default. Added unit tests for testingRajith Muditha Attapattu2012-09-283-4/+31
* QPID-3906 Switched the default to legacy stream message format.Rajith Muditha Attapattu2012-09-283-15/+155
* QPID-3906 List Message support for JMS.Rajith Muditha Attapattu2012-09-2812-10/+1288
* QPID-4334: addressed Keith's review comments. Also moved PlainConfigurationTe...Keith Wall2012-09-288-88/+211
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-2839-1941/+1439
* QPID-4146 Applying patch attached by Pavel Moravec with modifications.Rajith Muditha Attapattu2012-09-251-0/+9
* QPID-4333: remove the 'queue reconfiguration' process and various clases left...Robert Gemmell2012-09-2410-707/+13
* NO-JIRA: correct some test descriptions and make it explicit which acknowledg...Robert Gemmell2012-09-2412-9/+15
* QPID-4341: ensure the Topic perftests actually use Topic destinationsRobert Gemmell2012-09-2311-19/+34
* NO-JIRA: move test-only dependency on common into module.test.depends. Clarif...Robert Gemmell2012-09-232-4/+5
* QPID-4277 The address handling code is now using the auto-deleteRajith Muditha Attapattu2012-09-211-1/+1
* QPID-4340 The durable parameter from the address string is now used whenRajith Muditha Attapattu2012-09-211-1/+3
* QPID-4311: throw exception if the test config requests a start delay greater ...Robert Gemmell2012-09-212-17/+52
* QPID-4338: [Java Performance Charts] Added descriptions to all charts; use co...Keith Wall2012-09-2130-14/+187
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-217-48/+53
* QPID-4338: Performance tests charting: Support long chart descriptions and al...Keith Wall2012-09-2018-38/+323
* QPID-4310: Display performance test results in messages per secondRobert Gemmell2012-09-2024-50/+169
* QPID-4333: remove the Slow Consumer Detection plugin and associated documenta...Robert Gemmell2012-09-2025-2823/+1
* NO-JIRA: [Java Performance Tests] Add config to run/chart varying number of p...Keith Wall2012-09-205-154/+218
* NO-JIRA: use uptodate to prevent management-http's dojo unwar happening unnec...Keith Wall2012-09-191-1/+11
* QPID-4321: Perf tests should not try to call Message#acknowledge on a produci...Keith Wall2012-09-197-61/+61
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-1720-364/+146
* QPID-4056: HAClusterManagementTest.testRemoveNodeFromGroup fails occasionally...Keith Wall2012-09-141-6/+26
* QPID-4303: FailoverTest sometimes fails on slower CI boxes.Keith Wall2012-09-141-11/+14
* QPID-4302: 0-8..0-9-1 client should sync after message.acknowledge()Keith Wall2012-09-132-10/+21
* NO-JIRA: [Java Broker] Add performance test script to highlight performance i...Keith Wall2012-09-132-0/+137
* QPID-4292: Java Web Management - standardise of the use of SC_FORBIDDEN and a...Keith Wall2012-09-129-25/+25
* QPID-4297: Broker should not rely on Subject.getPrincipals.iterator().next() ...Keith Wall2012-09-113-8/+7
* QPID-4296: Push down 0-8..0-9-1 flow control implementation to AMQSession_0_8...Keith Wall2012-09-113-79/+94
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-1015-126/+306
* NO-JIRA: add default config for http managementRobert Gemmell2012-09-101-0/+5