summaryrefslogtreecommitdiff
path: root/java/client/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-183-33/+42
* Added additional information to hard-error logging in exceptionReceived.Martin Ritchie2007-07-171-4/+13
* 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
* changed setText to use UTF8 as default encoder Arnaud Simon2007-06-201-1/+1
* Various License header updates.Martin Ritchie2007-06-181-0/+17
* Various License header updates.Martin Ritchie2007-06-1813-73771/+231
* 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-1177-1686/+1782
* 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
* QPID-476 : Remove duplicate map of channelId to sessionRobert Godfrey2007-04-305-97/+28
* Updated MLT to have variables that define the BROKER and VHOST used and White...Martin Ritchie2007-04-271-23/+30
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java...Martin Ritchie2007-04-261-11/+55
* ResetMessageListenerTest - needs to have IMMEDIATE_PREFETCH = true.Martin Ritchie2007-04-231-12/+11
* White Space changesMartin Ritchie2007-04-231-1/+1
* Comment updates on the origin of the testsMartin Ritchie2007-04-231-1/+3
* QPID-472 - Creation of TemporaryQueues will not guarantee unique queue names ...Martin Ritchie2007-04-232-15/+139
* Made IMMEDIATE_PREFETCH to allow access from additional test class.Martin Ritchie2007-04-201-2/+2
* Reinstated the two consumer receive test. Martin Ritchie2007-04-202-23/+119
* Additional test to ensure connection closure doesn't cause problems.Martin Ritchie2007-04-191-0/+81
* Committed test with localhost as the brokerMartin Ritchie2007-04-191-5/+4
* QPID-455 Pre-fetched messages can cause problems with client tools. Set IMMED...Martin Ritchie2007-04-191-17/+29
* Added Test logging to aid in diagnosing problemsMartin Ritchie2007-04-191-2/+26
* QPID-459 - NoLocal broken when messages already exist on queue from consumer....Martin Ritchie2007-04-191-19/+100
* QPID-455 - Guarded test with a check until a full solution is foundMartin Ritchie2007-04-181-4/+7
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-181-26/+32
* ResetMessageListenerTest was using the wrong queue for running tests. This wa...Martin Ritchie2007-04-181-1/+1
* Fix for intermittent CRT expected <1> but was <2> errorsMartin Ritchie2007-04-181-6/+19
* Removed e.printstacktrace that sneaked in with the other code style changes.Martin Ritchie2007-04-181-2/+1
* QPID-457 Fixed rollback inTran problem with test caseMartin Ritchie2007-04-181-0/+31
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-177-103/+182
* QPID-451 Throw InvalidDestinationException on attempt to publish to a Queue w...Robert Godfrey2007-04-126-29/+170
* 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-0915-375/+475
* 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