Originally posted by: SystemAdmin
Good day all,
Another question... I am trying to PUT and Get messages from an MQ queue. I have read through the MQ Adapter .pdf and have implemented the following...
For the PUT I call a function map and pass in the message:
=VALID(PUT("MQS","-QN S3089_IN2 -CD CH1/TCP/10.90.98.148:1417 -T",PACKAGE(In1)),FAIL(LASTERRORCODE()+ ": " + LASTERRORMSG()))
The adapter ignores the -CD command and goes straight to my local default queue manager on my workstation. Is there something I am doing wrong in the command?
For the GET I am using an Input Card with the MQ server adapter with command setting:
-QN S3089_IN2 -CD CH1/TCP/10.90.98.148(1417) -QTY S -LSN 10 -T
Again, the adapter ignores the -CD command.
Any help is appreciated.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender