summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-614 : Applied supplementary patch from Aidan Skinner.Martin Ritchie2007-10-031-20/+22
* QPID-584 : Fixed issue where ALL errors are presented to client as a connecti...Martin Ritchie2007-10-031-1/+1
* QPID-617 : Transactional consume does not ack messages.Martin Ritchie2007-10-031-15/+19
* QPID-615, Added patched version of MINAs VM Pipe cleanup thread. Will replace...Rupert Smith2007-10-021-0/+125
* QPID-614 : Applied patch supplied by Aidan SkinnerRobert Godfrey2007-10-021-28/+51
* QPID-611 QPID-620. DurableSubscriptionTest was failing due to a race conditio...Martin Ritchie2007-10-011-14/+29
* QPID-595 CommitRollbackTest Patch provided by Aidan Skinner to address interm...Martin Ritchie2007-10-011-4/+3
* QPID-597 : TopicSessionTest Failure, Patch supplied by Aidan Skinner.Martin Ritchie2007-09-281-8/+15
* QPID-596 : ConnectionStartTest was broken. I've fixed it but here is the prob...Martin Ritchie2007-09-271-19/+34
* Update for three tests that don't remove their VMBrokerMartin Ritchie2007-09-263-0/+3
* Updated TransportConnection to synchronize around the creation/destruction of...Martin Ritchie2007-09-262-65/+80
* QPID-612 : Use same scheme for every creation of temporary queue namesRobert Godfrey2007-09-243-128/+4
* Updated Example and management pom files to refer to M2.1 rather than M2Martin Ritchie2007-09-241-2/+2
* Merged revisions 575663-575687,575689-576860,576862-577192,577194-577315,5773...Rupert Smith2007-09-244-64/+92
* Attempt to fix hanging builds due to client testsRobert Greig2007-09-201-2/+2
* Updated poms to refer to M2.1 rather than M2Robert Greig2007-09-201-2/+2
* Merged revision 572751 from the trunk, this fixes QPID-573.Rafael H. Schloming2007-09-142-28/+37
* QPID-572 Applied test patch supplied by Aidan Skinner along with change to Co...Martin Ritchie2007-09-121-0/+152
* QPID-590 : Provide test case and resolution to prevent deadlock occurring on ...Martin Ritchie2007-09-112-277/+279
* QPID-584 : Client exceptions are now presented via any set Exception Listener Martin Ritchie2007-09-103-1/+20
* QPID-585 : Created a new StateManager for each subsequent makeBrokerConnectio...Martin Ritchie2007-09-102-1/+10
* QPID-547 : Stop session closure while in message dispatchRobert Godfrey2007-08-101-1/+12
* Changes to POMs.Martin Ritchie2007-07-311-1/+27
* Added a logger but only used to control the toString inclusion of password. I...Martin Ritchie2007-07-201-10/+21
* Update fix incorrect license headers.Martin Ritchie2007-07-185-69/+118
* Updates to pom files and Licensing/Notice files for M2 release.Martin Ritchie2007-07-181-0/+18
* Added additional information to hard-error logging in exceptionReceived.Martin Ritchie2007-07-171-4/+13
* Addition of simple pub/sub examples.Martin Ritchie2007-07-174-0/+374
* Caused each of these tests to run 10 times to help identify any race conditio...Martin Ritchie2007-06-272-45/+90
* added public void declareAndBind(AMQDestination amqd)Arnaud Simon2007-06-271-0/+10
* Added additional information to log message when available to aid the explina...Martin Ritchie2007-06-271-32/+39
* Added minimal checkstyle to project reports. Fixed some problems with site ge...Rupert Smith2007-06-211-0/+1
* changed setText to use UTF8 as default encoder Arnaud Simon2007-06-201-1/+1
* Old lib dirs from M1Martin Ritchie2007-06-186-40/+0
* Various License header updates.Martin Ritchie2007-06-182-0/+35
* Various License header updates.Martin Ritchie2007-06-1814-73772/+250
* QPID-511 adjusted to use the ReadWriteThreadModel rather than setting editing...Martin Ritchie2007-06-151-5/+3
* QPID-465, now throws UnsupportedOperationException when sending to a null que...Rupert Smith2007-06-121-9/+20
* Removed log4j dependency from client. Using slf4j instead, end-user to supply...Rupert Smith2007-06-1179-1706/+1801
* Set up top dir location and path to parent pom. Needed in preparation for dep...Rupert Smith2007-06-112-1/+2
* Updated examples to build source jar. Also put the java14 retrotranslated mod...Rupert Smith2007-06-062-1/+69
* QPID-402: FailoverException falling through to client. All blocking operation...Rupert Smith2007-06-0118-2186/+2861
* QPID-482 : Small performance tweaksRobert Godfrey2007-05-242-15/+13
* Documented all exception.Rupert Smith2007-05-2111-28/+77
* QPID-466 Removed Unsupported exception from setIntProperty with STRICT_AMQP setMartin Ritchie2007-05-151-5/+0
* QPID-466 Updated FieldTable to ensure no Decimal value is set that is larger ...Martin Ritchie2007-05-071-1/+25
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-046-66/+234
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the co...Martin Ritchie2007-05-011-7/+27
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the co...Martin Ritchie2007-04-301-14/+14
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java...Martin Ritchie2007-04-302-140/+232