summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-637 Patch submitted by Aidan Skinner to address receive not waiting for ...Martin Ritchie2007-10-111-10/+31
* QPID-635 Added a unit test and implemented the equals() method on BlockingMet...Martin Ritchie2007-10-113-0/+102
* QPID-631 : Patch provided by Aidan Skinner to address the errors in the Messa...Martin Ritchie2007-10-101-4/+4
* QPID-627 : Update provided by Aidan Skinner to correctly close resources used...Martin Ritchie2007-10-101-0/+2
* Qpid-627 Patch provided by Aidan Skinner to address hangs in DurableSubscript...Martin Ritchie2007-10-091-8/+11
* Qpid-626 : Patch provided by Aidan Skinner to address AMQSession Deadlocks.Martin Ritchie2007-10-091-4/+4
* QPID-625 : Fix commit rollback test to prevent failures caused by incorrect a...Robert Godfrey2007-10-091-3/+10
* Update to provide a UUID.randomUUID() when getLocalHost() throws an UnknownHo...Martin Ritchie2007-10-091-7/+14
* QPID-551 : Patch provided by Aidan Skinner to address problems in info loggin...Martin Ritchie2007-10-052-9/+11
* QPID-624 : Forgot to commit updates to test along with BlockingMethodFrameLis...Martin Ritchie2007-10-051-30/+47
* QPID-624: Update to ensure all errors are correctly processed in BlockingMeth...Martin Ritchie2007-10-051-23/+61
* 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