Originally posted by: Kepa_Screen
Yes.
You can do it in several ways:
-Option 1-
Using Backup of input card of map-1. Map-1 read from mq, with data input card set with backup option to on ( to a file ). Second Map-2 reads from that file and deletes the file when complete. ( second map triggered by eventserver )
-Option 2-
Put two subscribers to de MQ. One for the Map-1 and the other one for the second Map-2. The message remains at the queue until both subscribers had read the message ( two consumers for the same queue ). Both maps must be listening to the same queue and triggered by event server.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender