summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-315Marnie McCormack2007-01-241-10/+14
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-242-6/+7
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-246-27/+46
* Changed default MessageSize to 1024Martin Ritchie2007-01-242-82/+94
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-241-0/+16
* added some constant valuesBhupendra Bhusman Bhardwaj2007-01-242-45/+63
* Changed default BatchSize to 1000.Martin Ritchie2007-01-241-1/+2
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-24143-791/+1540
* Added commit calls for the received messages.Martin Ritchie2007-01-242-126/+156
* (Patch submitted by Rupert Smith) Cleans up the countdown latch used to count...Robert Greig2007-01-241-119/+118
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@499426 13f7...Bhupendra Bhusman Bhardwaj2007-01-243-35/+95
* Updated test scriptsMartin Ritchie2007-01-241-69/+103
* Updated Async Test for destinations and for signalling completed runs when th...Martin Ritchie2007-01-246-102/+123
* 2007-01-24 Jim Meyering <meyering@redhat.com>Gordon Sim2007-01-243-7/+17
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@499371 13f7...Bhupendra Bhusman Bhardwaj2007-01-241-78/+78
* updated the test classes to be used with Topics as well as QueuesBhupendra Bhusman Bhardwaj2007-01-249-179/+308
* Removed references to code not yet available via mvnMartin Ritchie2007-01-231-241/+241
* Updated perftests to include an Asynchronous ping senderMartin Ritchie2007-01-236-125/+438
* QPID-103 Implemented support for MessageListener in AMQSession.Martin Ritchie2007-01-232-15/+57
* QPID-315Marnie McCormack2007-01-231-0/+183
* (Patch submitted by Rupert Smith) Added the ability to limit the rate at whic...Robert Greig2007-01-2311-358/+447
* Patch from Jim Meyering (jim@meyering.net) submitted on dev list.Gordon Sim2007-01-239-22/+2643
* QPID-302Bhupendra Bhusman Bhardwaj2007-01-231-5/+7
* QPID-314 : Patch supplied by Rob Godfrey - treat non-durable exclusive queues...Robert Greig2007-01-231-1/+1
* updated the test for testing with multiple threadsBhupendra Bhusman Bhardwaj2007-01-233-102/+54
* FailOver added flag FAIL_ONCE so that only the first call is stopped for fail...Martin Ritchie2007-01-237-46/+91
* Proper fix to race condition where connection-close is sent by server. Now ha...Gordon Sim2007-01-231-15/+9
* Test modified to take arguments with - optionsBhupendra Bhusman Bhardwaj2007-01-232-58/+146
* Added addtional loggers for testingMartin Ritchie2007-01-231-0/+5
* Added ability to cause failover before/after commit/sendsMartin Ritchie2007-01-2310-220/+726
* (Patch submitted by Rupert Smith) Added configurations for all performance te...Robert Greig2007-01-226-62/+283
* QPID-308 Configurable timeout on blockForFrame.Martin Ritchie2007-01-221-5/+5
* performance Ping tests modified for scalability test. Now tests with multiple...Bhupendra Bhusman Bhardwaj2007-01-225-36/+174
* modified the mbean and mbean test for any failure in creating TabularData(for...Bhupendra Bhusman Bhardwaj2007-01-222-2/+8
* QPID-310 Propagated JMS Exception to client.Martin Ritchie2007-01-228-108/+265
* Stopped tests forking so we can get a stack trace from hung processesMartin Ritchie2007-01-221-1/+1
* Fixed creation of error message for unknown channel.Gordon Sim2007-01-221-1/+4
* (Patch submitted by Rupert Smith) Fix broken distribution by rolling back ass...Robert Greig2007-01-222-2/+3
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-222-0/+158
* Added class to ping itself and a junit test for it.Bhupendra Bhusman Bhardwaj2007-01-193-53/+184
* QPID-309 fix for incorrect filemodes as pointed out by SteveMarnie McCormack2007-01-192-24/+12
* Removed mandatory 6 second sleep! replaced with a countdown latch that will w...Martin Ritchie2007-01-191-4/+17
* JMSException logged as error Marnie McCormack2007-01-191-1/+1
* JMSException logged as errorMarnie McCormack2007-01-191-1/+1
* Upgraded logging for JMSException to error as we always want to know afaikMarnie McCormack2007-01-191-1/+1
* QPID-275 : Patch supplied by Rob Godfrey - Update list of expected failures i...Robert Greig2007-01-191-14/+0
* Corrected file modes from 493 to 473, problem detected after move to 2.2-SNAP...Marnie McCormack2007-01-192-12/+12
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-1938-900/+592
* refactored the constructor to allow subclasses use the super constructorBhupendra Bhusman Bhardwaj2007-01-191-17/+50
* (Pacth by Rupert Smith) Fixed mistake in PingPongProducer, it was creating it...Robert Greig2007-01-184-28/+37