summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* TransactedTest.java - Added Logging around the setup.Martin Ritchie2006-11-072-3/+12
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-4/+14
* Added new test classes to unit testsMarnie McCormack2006-11-071-1/+3
* Tests for changes around QueueSession and TopicSession as per QPID-66Marnie McCormack2006-11-071-0/+121
* QPID-69Martin Ritchie2006-11-078-296/+748
* Comment tidy upMarnie McCormack2006-11-071-1/+1
* Added cleanup of invm brokerMarnie McCormack2006-11-071-0/+10
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472041...Martin Ritchie2006-11-072-0/+116
* Added tests for QueueReceiver create methods to check for ClassCastException ...Marnie McCormack2006-11-071-2/+21
* Replaced by ManagedConnection.javaBhupendra Bhusman Bhardwaj2006-11-071-33/+0
* From: end-user release.Martin Ritchie2006-11-073-0/+663
* 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
* AMQQueueMBean updated. The message content is sent with header attributes. N...Bhupendra Bhusman Bhardwaj2006-11-012-85/+117
* Channel is not an MBean. The getObjectName is removed. The SessionMBean is up...Bhupendra Bhusman Bhardwaj2006-11-012-43/+4
* JNDIReferenceableTest.java - removed unused importMartin Ritchie2006-11-015-6/+4
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-315-38/+58
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-314-1/+24
* 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
* QPID-56Martin Ritchie2006-10-312-0/+90
* QPID-56Martin Ritchie2006-10-311-28/+18
* Applied patchCarl C. Trieloff2006-10-271-5/+0
* Removed duplicate log4j classes. Jboss jar included old ones that are notGordon Sim2006-10-262-0/+0
* MBeans updated. Management operation implemented in HeadersExchangeBhupendra Bhusman Bhardwaj2006-10-255-22/+51
* MBean updated and corrected a code merging mistake.Bhupendra Bhusman Bhardwaj2006-10-251-4/+3
* Cast to Throwable, not Exception.Gordon Sim2006-10-251-1/+1
* QPID-44Martin Ritchie2006-10-241-1/+1
* Code style fixes, white space removal.Martin Ritchie2006-10-241-61/+71
* QPID-48Martin Ritchie2006-10-244-42/+160
* QPID-44Martin Ritchie2006-10-242-38/+151
* Moved cygwin test to top, causing problems on Unix.Alan Conway2006-10-201-5/+6
* QPID-48Martin Ritchie2006-10-201-3/+22
* 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
* Introduced log prefix and suffix as per QPID-13Marnie McCormack2006-10-201-1/+1
* Added log prefix/suffix handling as per QPID-13Marnie McCormack2006-10-201-3/+37
* Further fixes and some extra tests for transactions.Gordon Sim2006-10-1915-338/+668
* 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