fstach
15 years agoNew Contributor
Call Compiled Java Class for WMQ Request
Hi,
I'm new at the forum, sorry if that's a duplicated post.
I have a compiled Java class that I use from console to inject requests into some API's thru Websphere MQ. The code is quite simple, it converts the Request message into MQ format and put that on the request queue (which is already configured into the MQ cluster), the class also checks which is the reply queue at MQ layer (based on a .list file) and shows the response gotten. The command used goes like:
java -Xms64m -Xmx128m -classpath $CLASSPATH:$MQCALLLIBS MQClient REQUEST_QUEUE@QUEUE_MANAGER request_message.xml
How can I implement the Java class for doing MQ calls from SoapUI?
I'm new at the forum, sorry if that's a duplicated post.
I have a compiled Java class that I use from console to inject requests into some API's thru Websphere MQ. The code is quite simple, it converts the Request message into MQ format and put that on the request queue (which is already configured into the MQ cluster), the class also checks which is the reply queue at MQ layer (based on a .list file) and shows the response gotten. The command used goes like:
java -Xms64m -Xmx128m -classpath $CLASSPATH:$MQCALLLIBS MQClient REQUEST_QUEUE@QUEUE_MANAGER request_message.xml
How can I implement the Java class for doing MQ calls from SoapUI?