Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job where the messages from tmominput component are to be passed trest component. Data Flow as follows:
tMomInput-->tmap-->tFileOutputExcel_1
|---->rFileOutputExcel_2
tREST-->tExtractJSONField--tJavaRow
Now, I need to connect tmomInput subjob to tREST subjob so that messages in the queue should process in parallel at tREST as one flow instead of considering as 2 subjobs (means --- same message which goes to tmap should flow to tREST as well at the same time) . What to I do? Please suggest something which requires less/no coding.