summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add Target to ignores list.Martin Ritchie2007-11-270-0/+0
* Qpid-559 : OSGi Patch Provided by Aidan Skinner Martin Ritchie2007-11-2625-26/+1046
* QPID-690 : Missing Test and code update.Martin Ritchie2007-11-263-17/+141
* Fixed broken plugin.Rupert Smith2007-11-261-36/+34
* May have broken build with tktest plugin mojo, commented out until fixed.Rupert Smith2007-11-261-1/+3
* Last commit accidentally caught my failover change that wasn't complete.Martin Ritchie2007-11-261-3/+1
* QPID-92, QPID-564 : Upgraded Mina to 1.0.1 still not good enough but all futu...Martin Ritchie2007-11-2622-106/+3952
* Added tk test runner invocation to run framework tests on every build.Rupert Smith2007-11-261-0/+47
* Updated test framework to seperate JMS and AMQP specific test cases. Added co...Rupert Smith2007-11-2636-498/+1854
* QPID-567 : Add mutliversion support to Qpid/Java, fixed client support when s...Robert Godfrey2007-11-2616-92/+354
* QPID-567 : Add mutliversion support to Qpid/Java.Robert Godfrey2007-11-24166-6638/+12373
* Updated perftests to use JMS/JNDI lookup. Added some options to support non-Q...Rupert Smith2007-11-098-84/+159
* QPID-160 Addition of JMSXUserID to all messages through the java broker.Martin Ritchie2007-11-075-115/+161
* QPID-678 Test library is to strict. Protocol spec states that additional head...Martin Ritchie2007-11-071-1/+3
* Merged revisions 587061-587924,587926-590773,590775-591035,591037-591059,5910...Rupert Smith2007-11-061-284/+395
* Blocked revisions 578765,580275,580296,581003,583172,583174,583176,583401 via...Rupert Smith2007-11-060-0/+0
* Blocked revisions 579126,579137,581648,582313,582843,590774,591036,591060,591...Rupert Smith2007-11-060-0/+0
* QPID-662 Transactional state not correctly reported after fail over. We now r...Martin Ritchie2007-11-061-0/+12
* QPID-662 Transactional state not correctly reported after fail over. We now r...Martin Ritchie2007-11-061-1/+1
* Blocked revisions 578850,580277,580293,580356,580945,580987,581186,581237,581...Rupert Smith2007-11-060-0/+0
* QPID-662 Transactional state not correctly reported after fail over. We now r...Martin Ritchie2007-11-067-172/+538
* QPID-663 Messages fail to be received after fail over. This is due to the old...Martin Ritchie2007-11-061-10/+8
* Additional Test for ConnectionURLTest, ensuring retries are correctly parsed.Martin Ritchie2007-11-051-6/+43
* Add new examples that don't use inheritance.Martin Ritchie2007-10-300-0/+0
* Resolved junit-toolkit SNAPSHOT dependencies onto version 0.6.1 which is in t...Rupert Smith2007-10-243-24/+13
* QPID-647 : Update to ConcurrentSelectorDeliveryManager to restart async proce...Martin Ritchie2007-10-191-7/+7
* QPID-654 : added a shutdownNow() call if the _taskPool hasn't terminiated by ...Martin Ritchie2007-10-191-1/+11
* QPID-653 : Updated timeoutsRobert Godfrey2007-10-196-28/+28
* QPID-637 : Patch provided by Aidan Skinner to ensure correct behaviour of ses...Martin Ritchie2007-10-182-127/+110
* QPID-647 : Async Process start/stop is not regulated tightly enough. Added ad...Martin Ritchie2007-10-181-17/+20
* QPID-645 : TxnBuffer should rethrow exceptions encountered on commitRobert Godfrey2007-10-172-9/+31
* QPID-647 : Update to ConcurrentSelectorDeliveryManager to restart async proce...Martin Ritchie2007-10-171-2/+21
* Update to AMQMessage to reset the deliveredToConsumer flag(false) when the me...Martin Ritchie2007-10-171-2/+6
* QPID-643 : CSDM causes duplicate message delivery. Don't deliver messages tha...Martin Ritchie2007-10-171-1/+34
* Implemented fair scheduling of producers in tests to prevent starvation and t...Rupert Smith2007-10-121-20/+23
* Corrected error in topic test sizes.Rupert Smith2007-10-121-32/+32
* Changed topic reliability tests to do 2:16 fanout, gives highest rate.Rupert Smith2007-10-121-20/+20
* QPID-637 Patch submitted by Aidan Skinner to address receive not waiting for ...Martin Ritchie2007-10-111-10/+31
* QPID-636 : Check to ensure we only enqueue msgs that can be delivered to the ...Martin Ritchie2007-10-111-2/+5
* QPID-632 ImmediateMessageTest may not have sufficient time to see the excepti...Martin Ritchie2007-10-111-3/+3
* QPID-635 Added a unit test and implemented the equals() method on BlockingMet...Martin Ritchie2007-10-113-0/+102
* QPID-632 : The lack of AMQNoConsumersException on the connection may be due t...Martin Ritchie2007-10-101-8/+8
* QPID-631 : Patch provided by Aidan Skinner to address the errors in the Messa...Martin Ritchie2007-10-101-4/+4
* Changed maxPending to be by message correlation id.Rupert Smith2007-10-101-16/+21
* Removed debug logging from performance test code.Rupert Smith2007-10-101-3/+3
* Changed tests to use global maxPending limit, rather than per producer.Rupert Smith2007-10-101-7/+7
* QPID-627 : Update provided by Aidan Skinner to correctly close resources used...Martin Ritchie2007-10-101-0/+2
* QPID-578 : Queue Deletion causes unacked msgs to be discard resulting in the ...Martin Ritchie2007-10-103-4/+28
* Removed deleted dependecny FailoverTxTest.Rupert Smith2007-10-101-1/+0
* Changed exception handler to propagate unknown exceptions to all method liste...Rupert Smith2007-10-091-12/+13