summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-572 patches applied.Rupert Smith2007-09-181-0/+152
* 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
* Set up top dir location and path to parent pom. Needed in preparation for dep...Rupert Smith2007-06-112-1/+2
* Updated examples to build source jar. Also put the java14 retrotranslated mod...Rupert Smith2007-06-062-1/+69
* 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