summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimised Transaction handling.Martin Ritchie2006-10-033-9/+39
* Added vm://:1 and localhost as JNDI values setup by the IBM Scripts.Martin Ritchie2006-10-034-30/+53
* Moved timestamp encoding and decoding to class EncodingUtils.Kim van der Riet2006-10-022-5/+15
* File incorrectly transferred from etp.108.redhat.com at time of initial port.Kim van der Riet2006-10-021-40/+0
* Changes for JMX layer-Martin Ritchie2006-10-0222-265/+1081
* Moved delivery tag retrieval and addition to Unack'd list back to Subscriptio...Martin Ritchie2006-09-272-20/+16
* 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-278-73/+113
* Changed default instance id to 1 to make getInstance simpler.Martin Ritchie2006-09-262-14/+19
* 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-252-2/+3
* Combined.java - removed ApplicationRegistry ReferenceMartin Ritchie2006-09-256-20/+38
* Removed VmOrRemoteTestCase.java and the testutil package.Martin Ritchie2006-09-2522-283/+509
* AMQPFastProtocolHandler.java - Added (Integer appRegId) constructor to allow ...Martin Ritchie2006-09-2511-25/+229
* AMQBrokerDetails.java - Changed default SSL value to use a static constantMartin Ritchie2006-09-2511-48/+454
* Added Broker Details to exceptionMartin Ritchie2006-09-251-1/+9
* 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
* Windows seems to ignore invalid file URLs should be file:// + path not file:/...Martin Ritchie2006-09-203-6/+6
* Added / to default JNDI name as under linux java.io.temp is '/tmp' but under ...Martin Ritchie2006-09-203-5/+11
* Changed BLAZE_HOME reference to QPID_HOME.Martin Ritchie2006-09-201-1/+1
* Updated default location of JNDI FS context to be in java.io.tempMartin Ritchie2006-09-203-11/+111
* Closeable's checkNotClosed now throws a javax.jms.IllegalStateException rathe...Steven Shaw2006-09-206-17/+16