Hi ,
I have this real time job which picks up XMLs from the IBM Mq (using JMS Adapters).
The real time job has a XML Message Source as Input. The job runs 24x7 picking up XMLs whenever they arrive in the MQ Queues.
As it turns out there are occasions where I need to manually run the Job. What I do is I put around 100 XMLs with a pattern in the Input Test file location.
For eg - I create 100 XMLs like ABC1.xml , ABC2.xml , ABC3.xml and so on and in the file location I give ABC* as pattern and it picks it up.
I have 2 questions
1)Is it possible to schedule a Real time job
2)If Yes , then would I be able to pass the above pattern of file names (as an argument ?)
Thanks,
Anirban