Author |
Message
|
dilse |
Posted: Thu Apr 05, 2007 11:16 am Post subject: Load/Performance testing Message Broker Web Services |
|
|
 Master
Joined: 24 Jun 2004 Posts: 270
|
Hi All,
I am sure lot of people did this kind of type testing when they host the web services in Message Broker. I know this is a general question but that is something related to Message Broker.
Environment:
WMBV6
WMQV6
DB2 database
We developed a message flow that provides a web service in Message Broker. We want to see how much traffic this web service can handle and the performance of the web service. I am trying to find a tool that can do this for me but all I can find the tools are for .NET web services. Did anyone successfully tested the web servcies for load testing and If yes, what tool did you use to achieve this task. I need to find a tool that takes the input SOAP request and submits multiple request at the same time to test the performance of Web Service. Please let me know.
Thanks for your help.
DilSe.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 05, 2007 11:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can use anything that can hit the HTTP interface.
This includes things like JUnit running a java test client, HTTPUnit doing a straight HTTP test, Mercury Load Runner, or any other Web Services testing frame work. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dilse |
Posted: Thu Apr 05, 2007 11:20 am Post subject: |
|
|
 Master
Joined: 24 Jun 2004 Posts: 270
|
Thanks for the sharp response Jeff. I will try your suggestions. Thanks a lot again.
DilSe.. |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Thu Apr 05, 2007 11:56 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
I've developed simple JAVA app (250 lines) which sends in loop Web Service requests.
Everything is hardcoded, URL SOAP and HTTP Headers.
There is only one method
execute(String host, int port, String resourceCTXROOT, String SOAPdata, int loopsize)
Method shows time spend on executing Web Service in loop
I sometimes use it to test my HTTP flows
If you need this code let me know.
I will send you sources (next week ). _________________ Marcin |
|
Back to top |
|
 |
rajmq |
Posted: Fri Apr 06, 2007 2:48 pm Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi Marcin,
Can i get the java application which is generating the webservice request ?
rgrds,
 |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Sat Apr 07, 2007 12:24 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
rajmq wrote: |
Hi Marcin,
Can i get the java application which is generating the webservice request ?
rgrds,
 |
Of course,
Please send me e-mail.
Open my web page http://itzone.com.pl
There is my e-mail.
Now I have free days.
If I don't read your e-mail today I will send it to you on Tuesday or Wednesday.
PS. In few weeks I will have new multithreaded version of this app with random delay between requests within one thread.
I will need this one to prepare more complex and more real tests of my flows. _________________ Marcin |
|
Back to top |
|
 |
|