summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-1012-78/+429
* QPID-4275: Java Performance Tests - race condition between closing test consu...Keith Wall2012-09-072-3/+27
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-0610-26/+305
* QPID-4288 The pid and platform info are now fetched in a static blockRajith Muditha Attapattu2012-09-061-8/+19
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-0410-342/+87
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-0411-48/+128
* QPID-4282: Remove debug logging from web management consoleRobert Gemmell2012-09-031-11/+0
* QPID-4238: escape tags for queue and virtualhost names with dots in them when...Robert Gemmell2012-09-024-3/+53
* QPID-4253: add configuration for basic-auth on http / https management and se...Robert Gemmell2012-09-025-5/+139
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-0119-233/+391
* QPID-4267 Committing a patch on behalf of Weston Price.Rajith Muditha Attapattu2012-08-311-2/+11
* QPID-4270: Change web management plugin to log management operational log mes...Keith Wall2012-08-306-34/+75