summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* added latency testsArnaud Simon2007-11-302-0/+231
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599810 13f79535-47bb-0310-9956-ffa450edef68
* added interval rateArnaud Simon2007-11-303-32/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599725 13f79535-47bb-0310-9956-ffa450edef68
* Printing summary before closing session, as this sometimes results in an errorRajith Muditha Attapattu2007-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599637 13f79535-47bb-0310-9956-ffa450edef68
* Modified the scriptsRajith Muditha Attapattu2007-11-293-3/+5
| | | | | | | And made the default log frequency to every 1000 msgs git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599624 13f79535-47bb-0310-9956-ffa450edef68
* Removed all the fancy threading with the test cases as these interfer with ↵Rajith Muditha Attapattu2007-11-297-559/+154
| | | | | | the test cases git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599611 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the calculations and added an option to disable interval stat ↵Rajith Muditha Attapattu2007-11-292-102/+164
| | | | | | collection git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599528 13f79535-47bb-0310-9956-ffa450edef68
* added flushArnaud Simon2007-11-291-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599452 13f79535-47bb-0310-9956-ffa450edef68
* added interval thoughput calculationArnaud Simon2007-11-291-12/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599424 13f79535-47bb-0310-9956-ffa450edef68
* added interval thoughput calculationArnaud Simon2007-11-291-6/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599403 13f79535-47bb-0310-9956-ffa450edef68
* Setting the message to null to mark for garbage collectionRajith Muditha Attapattu2007-11-293-4/+8
| | | | | | | | noAck still has to clear our internal command ids. increased the default max prefetch to 1000 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599255 13f79535-47bb-0310-9956-ffa450edef68
* Enabled the broker module again, and Commented out the offending class that ↵Rajith Muditha Attapattu2007-11-293-36/+43
| | | | | | had compilation errors due missing classes from the new mina version git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599216 13f79535-47bb-0310-9956-ffa450edef68
* Modified the code to not keep the command in the map if ↵Rajith Muditha Attapattu2007-11-281-17/+13
| | | | | | | | | | | | | | | | "enable_command_replay" is false. However we still need to keep the command_id to implement sync properly. By default "enable_command_replay" is false. The earlier implementation completely avoided incrementing the command count and putting it in the map. This causes a problem as it will break the contract for sync. When the client code calls sync we need to only return when the broker has sent the EM that is at or above that command_id. So we need to keep that around. Keeping track of command_ids is different from keeping commands around. We keep commands around for reply, but we need to keep track of command_id's to implement the execution layer properly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599144 13f79535-47bb-0310-9956-ffa450edef68
* Added the -DuseQueue option to switch between pub/sub and p2p.Rajith Muditha Attapattu2007-11-283-2/+5
| | | | | | | If useQueue is present then we use p2p. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599117 13f79535-47bb-0310-9956-ffa450edef68
* Changed the MINA version to 1.1.5.Rajith Muditha Attapattu2007-11-282-6/+8
| | | | | | | | Now the Broker module does not compile as it seem to depend on an obselete package. So I haev commented the broker module in the build. We can move the broker code to work with the new MINA version during the f2f. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599116 13f79535-47bb-0310-9956-ffa450edef68
* added enable_replay optionArnaud Simon2007-11-281-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599030 13f79535-47bb-0310-9956-ffa450edef68
* Added the JVM switch -DnoAck to disable the sending the semantic ackRajith Muditha Attapattu2007-11-271-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598719 13f79535-47bb-0310-9956-ffa450edef68
* added a jvm switch called -DnoAck to disable the semantic ack, the current ↵Rajith Muditha Attapattu2007-11-271-2/+1
| | | | | | solution used a Qpid specific NO_ACK method in the extended session. However if people are using a pure JMS API then they have no way of taking use of this feature, therefore I added this jvm switch git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598717 13f79535-47bb-0310-9956-ffa450edef68
* optimized message creationArnaud Simon2007-11-271-5/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598559 13f79535-47bb-0310-9956-ffa450edef68
* optimized message creationArnaud Simon2007-11-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598556 13f79535-47bb-0310-9956-ffa450edef68
* optimized message creationArnaud Simon2007-11-223-71/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@597478 13f79535-47bb-0310-9956-ffa450edef68
* Added prod.setDisableMessageTimestamp(true);Arnaud Simon2007-11-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@597477 13f79535-47bb-0310-9956-ffa450edef68
* Added a jvm option verify message orderRajith Muditha Attapattu2007-11-203-6/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596850 13f79535-47bb-0310-9956-ffa450edef68
* Removed exception thrown by setClientIDArnaud Simon2007-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596660 13f79535-47bb-0310-9956-ffa450edef68
* Changed for no looking up destinations in JNDIArnaud Simon2007-11-2011-119/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596647 13f79535-47bb-0310-9956-ffa450edef68
* added licence textArnaud Simon2007-11-207-0/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596640 13f79535-47bb-0310-9956-ffa450edef68
* changed importsArnaud Simon2007-11-201-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596615 13f79535-47bb-0310-9956-ffa450edef68
* changed importsArnaud Simon2007-11-209-11/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596614 13f79535-47bb-0310-9956-ffa450edef68
* Added new JMS examplesArnaud Simon2007-11-2011-0/+1827
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596610 13f79535-47bb-0310-9956-ffa450edef68
* changed for setting offset when buffers are fragmentedArnaud Simon2007-11-141-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594881 13f79535-47bb-0310-9956-ffa450edef68
* Added distinction between sync and async consumersArnaud Simon2007-11-145-133/+262
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594814 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an error in the printTestDuration methodRajith Muditha Attapattu2007-11-131-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594577 13f79535-47bb-0310-9956-ffa450edef68
* Scripts to run the producer and consumer testsRajith Muditha Attapattu2007-11-132-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594565 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use local methods instead of super onesArnaud Simon2007-11-131-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594500 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use initial context helperArnaud Simon2007-11-131-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594482 13f79535-47bb-0310-9956-ffa450edef68
* Fixed errors in the calculationRajith Muditha Attapattu2007-11-134-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594429 13f79535-47bb-0310-9956-ffa450edef68
* modified to collect memory stats before the test.Rajith Muditha Attapattu2007-11-132-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594360 13f79535-47bb-0310-9956-ffa450edef68
* Added a new set of performance tests which is more focused on getting the ↵Rajith Muditha Attapattu2007-11-127-4/+676
| | | | | | | | | | | throughput. The producers and consumers can be run from separate machines. There is no pass/fail, it merely records message count, memory etc at periodic intervals and prints a summary at the the end of the test. Since there are periodic entries, you could identify the rough time time it crashed and memory consumption etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594239 13f79535-47bb-0310-9956-ffa450edef68
* removed a reference to M2.1 branchRajith Muditha Attapattu2007-11-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594210 13f79535-47bb-0310-9956-ffa450edef68
* Uncommented the lines that caused me a compilation error (due to an out of ↵Rajith Muditha Attapattu2007-11-122-5/+5
| | | | | | data spec file) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594208 13f79535-47bb-0310-9956-ffa450edef68
* Chnaged the sync logic in the client session to ignore message headersRajith Muditha Attapattu2007-11-123-53/+85
| | | | | | | Fixed a compilation error in XAResourceImpl git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594204 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a compilation error in XAResourceImplRajith Muditha Attapattu2007-11-122-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594203 13f79535-47bb-0310-9956-ffa450edef68
* Merged perf test latest from M2.1 onto trunk. Many fixes and now tests ↵Rupert Smith2007-11-0910-863/+1070
| | | | | | through pure JMS. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593566 13f79535-47bb-0310-9956-ffa450edef68
* added property for setting max message size before a syncArnaud Simon2007-11-092-4/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593519 13f79535-47bb-0310-9956-ffa450edef68
* removed remote exchange class querying when standard exchanges are usedArnaud Simon2007-11-091-52/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593486 13f79535-47bb-0310-9956-ffa450edef68
* cahnged for testing if the receiving thread is set before stopping itArnaud Simon2007-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593179 13f79535-47bb-0310-9956-ffa450edef68
* changed method public void processed(Range range) for flushing when flush ↵Arnaud Simon2007-11-081-1/+1
| | | | | | is true git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593153 13f79535-47bb-0310-9956-ffa450edef68
* added several cr and xa testsArnaud Simon2007-11-081-0/+167
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593103 13f79535-47bb-0310-9956-ffa450edef68
* added several cr and xa testsArnaud Simon2007-11-082-0/+1839
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593101 13f79535-47bb-0310-9956-ffa450edef68
* added several cr and xa testsArnaud Simon2007-11-081-132/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593099 13f79535-47bb-0310-9956-ffa450edef68
* added several cr and xa testsArnaud Simon2007-11-081-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593098 13f79535-47bb-0310-9956-ffa450edef68