We have IBM’s Websphere MQ series setup to move data from a Queue on the mainframe to a Queue on windows. We want to retrieve the data from the Queue on the windows box and use it to update a SQL Server. Being a mainframe person I understand how to get the data into the Queue on the mainframe. What I need help with is what is the easiest and/or best way to retrieve the data from the Queue on the windows box and do the SQL Server update?
Thanks.