Retrieve a MQ Message from MQ Outbound Queue and save in a directory.
810920Nov 5 2010 — edited Nov 10 2010Hi All,
I am new to OSB and presently working on the following requirement:
1. MQ message(XML File) will be placed on a input queue and OSB has to be configured as a listener and take the message and place the message in a output queue.
2. Need to take the message(XML file) from output queue(remote server) and save it in a directory(local machine).
We can change the requirement a little but need the use the above technologies(IBM MQ on remote server and OSB on the local server).
Following is the setup:
2. IBM MQ server resides on a remote machine and we do not have access to the machine except the input/output queue names, server IP and the queue manager.
3. OSB/weblogic is configured on a local machine which we have access to.
By researching the forums(thanks to the people for their valuable contributions to the forum) we were able to achieve the task 1, but kind a stuck at task 2.
Can anyone suggest about how we can achieve this? or point me to the right direction or documentation.
Thanks a lot.