summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-308 removed closeConnection() that calls close(-1) and may result in a c...Martin Ritchie2007-04-051-5/+0
* QPID-414 : Addition of CRAM-MD5-HASHED authentication. Same as CRAM-MD5 but t...Martin Ritchie2007-04-056-22/+190
* Added default timeout to AMQConnection.close();Martin Ritchie2007-04-041-1/+2
* Fix for setting the message idRajith Muditha Attapattu2007-03-292-4/+20
* Added additional logging and commentsMartin Ritchie2007-03-273-3/+14
* QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_...Martin Ritchie2007-03-138-110/+241
* QPID-403 QPID-346 QPID-355 QPID-386 QPID-389 Updates to fix Transactional Rol...Martin Ritchie2007-03-066-128/+247
* (Patch submitted by Rupert Smith) Qpid0394.diffRobert Greig2007-03-011-26/+43
* QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi...Robert Godfrey2007-02-255-48/+25
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-234-81/+78
* QPID-348 Reverted unecessary nowait addition to amqp Basic.Recover spec.Martin Ritchie2007-02-211-1/+0
* QPID-348 Problems related to prefetching of messages Martin Ritchie2007-02-215-122/+368
* (Path submitted by Rupert Smith) Qpid-338. Custom SASL implementation for Jav...Robert Greig2007-02-205-68/+245
* QPID-325 : Persist durable exchange information in the storeRobert Godfrey2007-02-201-0/+35
* Renamed AMQInvalidSelectorException to be AMQInvalidArgumentException to bett...Martin Ritchie2007-02-202-8/+9
* Fully propogated timeouts during AMQConnection.close. Still needs timeouts to...Martin Ritchie2007-02-192-5/+11
* QPID-379 Bounced Messages do not appear in connection exception listener. Martin Ritchie2007-02-192-45/+101
* QPID-372, QPID-376 Broker now ignores all frames for closing channels. Martin Ritchie2007-02-194-100/+117
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-1612-100/+305