summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* AMQQueueMBean - management notifications will be sent to the listening client...Bhupendra Bhusman Bhardwaj2006-10-172-22/+85
* Fixes to transaction handling.Gordon Sim2006-10-1720-104/+1075
* Added new method from Mina 1.0Martin Ritchie2006-10-131-0/+5
* Added Sun FSContext to client-test libMartin Ritchie2006-10-138-32/+100
* Now defaults to use our own thread pool which offers much better throughput t...Robert Greig2006-10-131-1/+1
* 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-1225-3423/+15
* 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
* Amended log path to use QPID_WORK as per QPID-30Marnie McCormack2006-10-101-1/+1
* Amended work dir to use $QPID_WORK, though slightly out of context without bd...Marnie McCormack2006-10-101-1/+1
* Added $QPID_WORK variable to allow configuration of writable dirs after insta...Marnie McCormack2006-10-101-1/+7
* QPID-16 Removed unnecessary requeue operations.Steven Shaw2006-10-062-54/+0
* QPID-15 JUnit3 compatibility suite() method now uses correct Test class.Steven Shaw2006-10-062-11/+9
* Changed flow control information out put to be debug level as it is output a ...Martin Ritchie2006-10-051-2/+2
* Changed flow control information out put to be debug level as it is output a ...Martin Ritchie2006-10-051-1/+1
* Changed TxnBuffer log data to debug level.Martin Ritchie2006-10-031-3/+3
* client/* - Only Create a Threshold Listener if if the acknowledgeMode is NO_ACKMartin Ritchie2006-10-034-176/+204
* Added lines to automatically add amqj.logging.level to "info" on the command ...Martin Ritchie2006-10-031-1/+5
* 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