summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-714 : (Patch from Aidan Skinner) Issue with competing, transactional/cli...Robert Godfrey2007-12-202-31/+5
* Multi threaded io commented out until all issues with it are resolved.Rupert Smith2007-12-181-1/+3
* DUPS_OK mode set to be same as AUTO_ACK, fixed broken dups ok test.Rupert Smith2007-12-171-9/+2
* QPID-707 : Added new test to check message count on broker as messages are co...Martin Ritchie2007-12-142-18/+27
* Update to disable ProtectIO by default.Martin Ritchie2007-12-071-1/+1
* Removed JMSXUserID as it appears the new mina is conflicting.Martin Ritchie2007-12-072-13/+13
* Mina Fix: Vm Pipe Starts Connection session before acceptor session. This res...Martin Ritchie2007-11-291-6/+3
* QPID-679 : Patch provided by Aidan Skinner and additional from odd problems d...Martin Ritchie2007-11-284-26/+85
* QPID-621 : Patch Supplied by Aidan Skinner. Msg Ack after msg consumer is clo...Martin Ritchie2007-11-272-2/+45
* Renamed POMs to M2.1.1 Removed erroneous equals() in SpecificMethodFrameListe...Martin Ritchie2007-11-272-27/+0
* Merged revisions 598106-598232,598234-598286,598288-598323,598325-598361 via ...Martin Ritchie2007-11-263-42/+71
* QPID-92, QPID-564 : Upgraded Mina to 1.0.1 still not good enough but all futu...Martin Ritchie2007-11-262-38/+72
* QPID-160 Addition of JMSXUserID to all messages through the java broker.Martin Ritchie2007-11-072-10/+25
* QPID-662 Transactional state not correctly reported after fail over. We now r...Martin Ritchie2007-11-066-156/+301
* QPID-663 Messages fail to be received after fail over. This is due to the old...Martin Ritchie2007-11-061-10/+8
* QPID-654 : added a shutdownNow() call if the _taskPool hasn't terminiated by ...Martin Ritchie2007-10-191-1/+11
* QPID-637 : Patch provided by Aidan Skinner to ensure correct behaviour of ses...Martin Ritchie2007-10-182-127/+110
* 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-112-0/+31
* Qpid-626 : Patch provided by Aidan Skinner to address AMQSession Deadlocks.Martin Ritchie2007-10-091-4/+4
* 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: 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-614 : Applied patch supplied by Aidan SkinnerRobert Godfrey2007-10-021-28/+51
* Updated TransportConnection to synchronize around the creation/destruction of...Martin Ritchie2007-09-261-65/+73
* QPID-612 : Use same scheme for every creation of temporary queue namesRobert Godfrey2007-09-242-8/+4
* Merged revisions 575663-575687,575689-576860,576862-577192,577194-577315,5773...Rupert Smith2007-09-243-62/+90
* Attempt to fix hanging builds due to client testsRobert Greig2007-09-201-2/+2
* Merged revision 572751 from the trunk, this fixes QPID-573.Rafael H. Schloming2007-09-141-7/+17
* 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-102-0/+19
* 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
* 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-182-22/+28
* Added additional information to hard-error logging in exceptionReceived.Martin Ritchie2007-07-171-4/+13
* 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
* changed setText to use UTF8 as default encoder Arnaud Simon2007-06-201-1/+1
* Various License header updates.Martin Ritchie2007-06-187-0/+147
* 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-1144-698/+795
* QPID-402: FailoverException falling through to client. All blocking operation...Rupert Smith2007-06-0114-2043/+2735
* 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