Originally posted by: SystemAdmin
there's no way of not getting the RFH header - you'll need to adjust your input type tree to process it.
there are other posts in the forum that include an RFH type tree.
>And what right way for running map via java api that asks MQ queue about new messages?
if using a java API you need to determine what triggers your maps and when.
E.g. do you currently see it as time driven or event driven?
If event driven, the Java API will need to connect to the queue and listen for messages.
You may find it's then easiest for the Java API to also pull the message from the queue and pass the message as a blob of data to the map - i.e. the WTX MQ adapter is not used at all.
(this may simplify the handling of the RFH header too).
(Also note that I don't know much about the java API - so there may be better ways of doing this!!)
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender