summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* QPID-4636: expand testing of the new TrustManagersRobert Gemmell2013-03-171-40/+222
* QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-174-0/+1090
* QPID-4636: add unit tests for new TrustManagersRobert Gemmell2013-03-141-0/+162
* QPID-4636: add support for a broker 'peerStore' that can be used to perform S...Robert Gemmell2013-03-143-20/+275
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-194-17/+44
* QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-041-0/+1
* QPID-4541 Added the ability to turn off replay at the time the sessionRajith Muditha Attapattu2013-01-252-6/+34
* QPID-4281: Fix setting of log4j configuration in system tests. While testing ...Alex Rudyy2013-01-241-0/+3
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-201-4/+3
* QPID-4458: remove unused subdirs and files from gentools then move the remain...Robert Gemmell2012-12-1843-78/+8658
* QPID-2796 : Addressed review commentsRobert Godfrey2012-11-263-6/+10
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-2514-34/+589
* QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-254-6/+4
* QPID-4461: remove spaces to ensure the log prefix/suffix options are passed c...Robert Gemmell2012-11-231-4/+4
* QPID-4458: revert changes in r1412380, a CI build failure after a clean check...Robert Gemmell2012-11-232-2/+75
* QPID-4458: remove the gentool/lib folder, retrieve the velocity dependencies ...Robert Gemmell2012-11-222-75/+2
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* QPID-4441: ensure that using FieldTable#addAll(table) works when providing a ...Robert Gemmell2012-11-182-74/+33
* QPID-4420: add documentation for SSL and the Anonymous + External Authenticat...Robert Gemmell2012-11-041-10/+9
* QPID-4419: ensure the broker kills the 0-10 connection immediately for explic...Robert Gemmell2012-11-042-2/+10
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-122-0/+63
* QPID-4359: stop logging spurious error messages (when caused by expected beha...Robert Gemmell2012-10-051-4/+16
* QPID-3906 List Message support for JMS.Rajith Muditha Attapattu2012-09-281-0/+2
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-281-300/+0
* QPID-4288 The pid and platform info are now fetched in a static blockRajith Muditha Attapattu2012-09-061-8/+19
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-041-13/+6
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-011-0/+3
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-3/+13
* QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the...Robert Gemmell2012-08-261-0/+12
* NO-JIRA: add a system property for configuring the historically hard coded ti...Robert Gemmell2012-08-124-17/+53
* QPID-4051: use the connecttimeout option value from the BrokerDetails object ...Robert Gemmell2012-08-122-1/+12
* QPID-4162: Change Java Client/Java Broker to send a session.detached in respo...Keith Wall2012-08-082-40/+21
* QPID-3575 SessionExceptions (0-10 code path) are now marked as softRajith Muditha Attapattu2012-07-161-1/+19
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-1/+1
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-0218-39/+40
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-151-0/+63
* 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-121-51/+2
* QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-066-23/+74
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-041-0/+18
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-292-9/+29
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+8
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-186-26/+55
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-171-6/+6
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-0/+1
* QPID-3994: use Ivy to download the main component dependencies during the bui...Robert Gemmell2012-05-111-1/+6
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-8/+19
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-193-0/+60
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-172-0/+6