Hi Friends,
I have a requirement to call a unix shell script using a java service(using java Process Runtime ) in webMethods each time I receive a document from Broker. (webM and unix resides in the same physical machine)The java service is called in a flow service. The shell script should be executed in some cases:
Asynchronously - The shell script will be executed as the last step of the flow and the java service does not expect any output from the script.
and in some cases
Synchronously - The shell script will be executed and the java service expects an output from the script. Once the output is received the next service in the flow has to be executed.
My question is what may be the effect of such a/synchronous calls made to a shell script in terms of performance. I am expecting few thousands of documents to flow between Broker and Integration Server everyday.
Will be thankful if anyone can share their knowledge/experience on this.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB