summaryrefslogtreecommitdiff
path: root/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* FieldTable.java no longer has a keys() method as it already has a keySet(). ...Martin Ritchie2006-11-301-6/+16
* QPID-122Martin Ritchie2006-11-289-72/+263
* Redundant files removedMarnie McCormack2006-11-283-297/+0
* Further example tidy upMarnie McCormack2006-11-284-48/+91
* Further example tidy upMarnie McCormack2006-11-284-39/+44
* QPID-71Martin Ritchie2006-11-281-10/+43
* QPID-71Martin Ritchie2006-11-282-34/+93
* Changes for JMS TCK TestingRajith Muditha Attapattu2006-11-274-3/+217
* Fixed the situation where a closed session could try and close itself more th...Martin Ritchie2006-11-271-20/+28
* Initial example class overhaul - still some way to go.Marnie McCormack2006-11-2420-365/+293
* Added example.properties file and amended tests to use for PropertiesFileInit...Marnie McCormack2006-11-242-10/+76
* speed up testStephen Vinoski2006-11-231-7/+6
* Fix for Java TCK using createTopicConnection(username,password)Martin Ritchie2006-11-231-4/+18
* client/pom.xml - removed TransactedTest.java from exclude Listener.javaMartin Ritchie2006-11-221-1/+1
* * use VMBrokerSetup test helper class where appropriateStephen Vinoski2006-11-223-14/+12
* [Text|Object]MessageTest.java - added tests that will fail as per QPID-122 bu...Martin Ritchie2006-11-222-19/+19
* QPID-119Martin Ritchie2006-11-2217-34/+1008
* broker/pom.xml - removed test scope from junit to remove warning in build log.Martin Ritchie2006-11-202-3/+3
* convert tests to junit3Stephen Vinoski2006-11-1942-1639/+1070
* complete bringing initial maven work to trunkStephen Vinoski2006-11-1810-53/+56
* directory moves required for maven mergeStephen Vinoski2006-11-18224-0/+89549
* QPID-92 Changes to bring MINA use up to MINA-Head (1.1.0) compatibility Martin Ritchie2006-11-153-31/+30
* update Apache licenses to the current versionStephen Vinoski2006-11-10100-1250/+1610
* Updated propertiesStephen Vinoski2006-11-094-426/+426
* Set AutoCreateInVMBroker to false.Martin Ritchie2006-11-071-15/+15
* Added attempt to unbind if an error occurs.Martin Ritchie2006-11-071-41/+67
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-2/+24
* TransactedTest.java - Added Logging around the setup.Martin Ritchie2006-11-071-0/+9
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-4/+14
* 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
* generateQueueName now removes colons as well as semi-colonsMarnie McCormack2006-11-021-2/+2
* Change to generateQueueName to remove non-conformant chars (/ and ;) as per Q...Marnie McCormack2006-11-021-15/+27
* 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
* 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-205-0/+850
* QPID-36 Added high/low water mark to DUPS_OK_ACKNOWLEDGE.Martin Ritchie2006-10-183-21/+86
* Implemented Client side high/low water mark prefetching for NO_ACK.Martin Ritchie2006-10-175-107/+197
* Fixed incorrect package on AMQVMBrokerCreationException (did not match physic...Robert Greig2006-10-122-26/+12
* QPID-2. JMSBytesMessage.readXXX methods now test the appropriate number of by...Robert Greig2006-10-121-4/+50
* Fixed ack.RecoverTest and ack.DisconnectAndRedeliverTest. These were failing ...Gordon Sim2006-10-121-0/+6
* 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
* 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
* AMQProtocolSession.java - white space changesMartin Ritchie2006-09-274-21/+23
* Combined.java - removed ApplicationRegistry ReferenceMartin Ritchie2006-09-252-2/+2
* AMQBrokerDetails.java - Changed default SSL value to use a static constantMartin Ritchie2006-09-2511-48/+454