Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All
I was wondering does webMethods offer a way to create new threads. I want to create a scenario where I am load testing one flow service. I want to create several threads and each thread is invoking the same flow service, thereby simulating a load condition.
May seem like a basic question however still new to webMethods development.
Thanks in Advance
Regards Kevin
Yes, search the wMUsers forums for “doThreadedInvoke” or “notifyOnSuccess” and review the webMethods IS API javadocs for Service.doThreadedInvoke() method.
Mark