summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4080: close initial connections after use rather than allowing them to f...Robert Gemmell2012-06-281-8/+7
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-272-24/+11
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-273-21/+34
* QPID-4075: Exclude qmf_events from java/python testsKeith Wall2012-06-261-0/+1
* QPID-4080: restore connectdelay to previous value and increase retriesRobert Gemmell2012-06-251-2/+2
* QPID-4081: [Java Tests] Applied patch supplied by Alex RudyyRobert Godfrey2012-06-224-2/+112
* QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to b...Keith Wall2012-06-211-1/+1
* QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidS...Keith Wall2012-06-152-9/+11
* QPID-4052: [Java Broker] Increase the number of retries that the client will ...Keith Wall2012-06-151-1/+1
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-157-5/+259
* QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitle...Keith Wall2012-06-1523-100/+777
* QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and...Keith Wall2012-06-1515-18/+19
* NO-JIRA: Simple fix to make JBoss7 compilation classpath genericWeston M. Price2012-06-141-5/+5
* NO-JIRA:Weston M. Price2012-06-133-5/+7
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-131-0/+6
* QPID-4062 : [Java Tests] add misssing file from previous checkinRobert Godfrey2012-06-121-0/+127
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Robert Godfrey2012-06-124-64/+61
* QPID-4055 : [Java Broker] update to latest version of BDB libraryRobert Godfrey2012-06-123-3/+3
* QPID-4044: Synchronise DtxRegistry#commit and #rollback to eliminate the poss...Keith Wall2012-06-111-2/+2
* QPID-4034: XASessionImpl should override resubscribe() for correct XAWeston M. Price2012-06-111-5/+10
* QPID-4014: increase debug logging in ConflationQueueListRobert Gemmell2012-06-101-2/+16
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-107-14/+91
* QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
* QPID-4045: remove the unused 'extras' pluginRobert Gemmell2012-06-078-769/+0
* QPID-4006: Decrease 'je.rep.logFlushTaskInterval' interval to 1 minute in ord...Keith Wall2012-06-071-0/+5
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-0637-391/+832
* QPID-3971: minor cleanup to remove unused variable and stop logging null when...Robert Gemmell2012-06-041-4/+1
* QPID-4039: move some implementation-detail log statements on the 0-8/0-9/0-9-...Robert Gemmell2012-06-042-3/+6
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-044-3/+30
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-0310-385/+567
* QPID-4006: Introduce coalescing sync configuration, rename replication policy...Keith Wall2012-06-026-80/+80
* QPID-4033: remove 'Channel' from the name as it is somewhat redundantRobert Gemmell2012-05-311-1/+1
* QPID-4033: update the Dispatcher thread name to include a connection id to ea...Robert Gemmell2012-05-312-6/+19
* QPID-4029: update the systest configuration to be self-contained, separating ...Robert Gemmell2012-05-3012-10/+221
* QPID-4009, QPID-4017: exclude new 0-8/0-9/0-9-1 and/or Java broker specific t...Robert Gemmell2012-05-292-0/+12
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-2939-62/+540
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-294-16/+38
* QPID-4017: reset the session flow control blocked status during failover.Robert Gemmell2012-05-293-0/+96
* QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0...Robert Gemmell2012-05-293-1/+95
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-2910-71/+558
* QPID-4023: restore connection URL setter, add check that URL details have bee...Robert Gemmell2012-05-283-7/+52
* QPID-3997: AuthenticationManagers not cleaned up on error pathKeith Wall2012-05-262-12/+5
* QPID-3936: Java Performance Test Framework.Keith Wall2012-05-261-5/+18
* QPID-3936: Java Performance Test Framework - better PSFC supportKeith Wall2012-05-2610-52/+461
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-2514-75/+237
* QPID-4012: update the priority queue entry sub lists to maintain a record of ...Robert Gemmell2012-05-251-4/+13
* QPID-4006: Remove BDB StateChangeListener during Environment#close() to avoid...Keith Wall2012-05-241-73/+108
* QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-227-173/+175
* QPID-3994: fix -Doptional=true enabling of the optional bdbstore dependency i...Robert Gemmell2012-05-202-0/+12
* QPID-4010 : [Java broker] Add LDAP authenticationRobert Godfrey2012-05-183-3/+406