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.
We are using Server API(do.invoke()) to invoke JMS services to puts a message.
The do.invoke is take more time than the direct service call and also some time the service is hanging without releasing the thread.
Please share your valuable comment(s) on the same.
Depending on the version you are running, there are two ‘recommended’ options:
6.x - Use the JMS adapter 7.x - JMS is native to IS and Broker
If either of these is not an option, simply write the JMS client invocation in a Java service and avoid doInvoke().
Chris