summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* Comment tidy upMarnie McCormack2006-11-071-1/+1
* Added cleanup of invm brokerMarnie McCormack2006-11-071-0/+10
* Added tests for QueueReceiver create methods to check for ClassCastException ...Marnie McCormack2006-11-071-2/+21
* Taken from the Sun website:Martin Ritchie2006-11-071-0/+238
* Initial test for AMQSession changes from QPID-66Marnie McCormack2006-11-031-0/+86
* Added AMQQueueSessionAdaptor and AMQTopicSessionAdaptor and amended AMQConnec...Marnie McCormack2006-11-033-2/+360
* Changes to fix QueueReceiver ClassCastException being thrown by methods in AM...Marnie McCormack2006-11-033-8/+153
* Test corrected to handle colons appropriatelyMarnie McCormack2006-11-021-4/+4
* generateQueueName now removes colons as well as semi-colonsMarnie McCormack2006-11-021-2/+2
* Added TestAMQProtocolSession to test suite for client for QPID-4Marnie McCormack2006-11-021-1/+2
* Test classes for QPID-4 changes to AMQProtocolSession.generateQueueNameMarnie McCormack2006-11-022-0/+210
* Change to generateQueueName to remove non-conformant chars (/ and ;) as per Q...Marnie McCormack2006-11-021-15/+27
* JNDIReferenceableTest.java - removed unused importMartin Ritchie2006-11-015-6/+4
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-311-17/+25
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-311-0/+8
* Added stacktrace on failureMartin Ritchie2006-10-311-0/+1
* Updated to programmatically set QPID_WORK for logging, to stop failed buildsMartin Ritchie2006-10-312-2/+16
* Added a sleep to give the VM broker time to create queues.Martin Ritchie2006-10-311-25/+37
* Committed development version by mistake.Martin Ritchie2006-10-311-11/+1
* Added additional logging to diagnose issues when unable to create an in VM br...Martin Ritchie2006-10-311-3/+17
* Removed duplicate log4j classes. Jboss jar included old ones that are notGordon Sim2006-10-261-0/+0
* Modified to maintain a reference to the lastWriteFuture. This is then used wh...Martin Ritchie2006-10-201-1/+16
* Resolution to QPID-23Martin Ritchie2006-10-206-0/+960
* Further fixes and some extra tests for transactions.Gordon Sim2006-10-191-0/+2
* QPID-36 Added high/low water mark to DUPS_OK_ACKNOWLEDGE.Martin Ritchie2006-10-184-25/+95
* Implemented Client side high/low water mark prefetching for NO_ACK.Martin Ritchie2006-10-176-108/+198
* Fixes to transaction handling.Gordon Sim2006-10-172-1/+34
* Added Sun FSContext to client-test libMartin Ritchie2006-10-138-32/+100
* Moved AMQVMBrokerCreationException into correct package.Robert Greig2006-10-124-6/+7
* QPID-18. Removed unused experimental code that had direct dependencies on MIN...Robert Greig2006-10-121-0/+5
* Fixed incorrect package on AMQVMBrokerCreationException (did not match physic...Robert Greig2006-10-1210-52/+27
* QPID-2. JMSBytesMessage.readXXX methods now test the appropriate number of by...Robert Greig2006-10-122-4/+254
* Fixed ack.RecoverTest and ack.DisconnectAndRedeliverTest. These were failing ...Gordon Sim2006-10-123-7/+21
* Added a little extra debug to the toString()Martin Ritchie2006-10-111-0/+2
* Added extra debug output when failover fails.Martin Ritchie2006-10-111-4/+9
* QPID-15 JUnit3 compatibility suite() method now uses correct Test class.Steven Shaw2006-10-062-11/+9
* client/* - Only Create a Threshold Listener if if the acknowledgeMode is NO_ACKMartin Ritchie2006-10-032-6/+20
* I somehow missed an import.Martin Ritchie2006-10-031-0/+1
* Fix for QPID-10. Problem was a memory leak of sorts on the client. A temporar...Martin Ritchie2006-10-031-14/+29
* Added vm://:1 and localhost as JNDI values setup by the IBM Scripts.Martin Ritchie2006-10-034-30/+53
* Changed IBM Unix scripts to have the correct path /tmp not c:/tempMartin Ritchie2006-09-275-5/+5
* AMQProtocolSession.java - white space changesMartin Ritchie2006-09-274-21/+23
* Changed default instance id to 1 to make getInstance simpler.Martin Ritchie2006-09-261-11/+10
* Fixed class cast problem and ensured that the correct application registry wa...Martin Ritchie2006-09-261-7/+14
* Fixed old BLAZE_LIB RefernceMartin Ritchie2006-09-251-1/+2
* Combined.java - removed ApplicationRegistry ReferenceMartin Ritchie2006-09-256-20/+38
* Removed VmOrRemoteTestCase.java and the testutil package.Martin Ritchie2006-09-2522-283/+509
* AMQBrokerDetails.java - Changed default SSL value to use a static constantMartin Ritchie2006-09-2511-48/+454
* Updated Performance tests to use "." rather than "/" i.e. "amq.ConnectionFact...Martin Ritchie2006-09-2216-29/+34
* Removed logging outputMartin Ritchie2006-09-203-27/+14