summaryrefslogtreecommitdiff
path: root/java/client/src/main
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-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
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-044-60/+192
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java...Martin Ritchie2007-04-302-140/+232
* QPID-476 : Remove duplicate map of channelId to sessionRobert Godfrey2007-04-304-94/+28
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java...Martin Ritchie2007-04-261-11/+55
* White Space changesMartin Ritchie2007-04-231-1/+1
* QPID-472 - Creation of TemporaryQueues will not guarantee unique queue names ...Martin Ritchie2007-04-231-11/+8
* Made IMMEDIATE_PREFETCH to allow access from additional test class.Martin Ritchie2007-04-201-2/+2
* QPID-455 Pre-fetched messages can cause problems with client tools. Set IMMED...Martin Ritchie2007-04-191-17/+29
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-181-26/+32
* Removed e.printstacktrace that sneaked in with the other code style changes.Martin Ritchie2007-04-181-2/+1
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-172-66/+101
* QPID-451 Throw InvalidDestinationException on attempt to publish to a Queue w...Robert Godfrey2007-04-125-29/+61
* QPID-446 AMQUserManagementMBean Initial implementation of user management in...Martin Ritchie2007-04-111-4/+3
* Got rid of some uses of System.out instead of log4j logging.Robert Greig2007-04-091-36/+24
* Stopped throwing away exception causes.Robert Greig2007-04-0913-373/+472
* Purged logging from exception constructors.Robert Greig2007-04-094-28/+40
* QPID-443 : Fix to transactionality of message publishingRobert Godfrey2007-04-061-2/+5