Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have this Job that is sourcing from ActiveMQ. For the tMom* components I enabled the "Keep Listening" function so it should always be alive and continue processing whether there has a message queued or none.
The problem is, I have a child job after the MQ pipeline and it sometimes encounter data issue and causing the whole flow to stop. I can just disable the "Die on error" features on the child job but I am looking in other different ways.
Now, what I want is the main job (MQ) is continuously running whether the child job has errors or none.
Here's the picture of the job. Please let me know your thoughts. Thank you.
Thanks @shong . Will try this.