Hi All,
I am creating a utility to imports assets from FTP to AEm DAm server. For that I have used jobmanager.addJob("TOPICS","HASHMAP"); My job triggering withexact topic info and importing assets into AEM DAM Server.
To implement parallel execution of job Do I need to do anything apart from Apache Sling Job Queue configuration? If Yes then how to take care as there is not much documnetation on the Adobe documentation.
If any one implemented parallel jobs execution please provide inputs.
1. How to implement parallel execution of jobs. how to confirm that jobs executing parallelly by updating Apache Sling job Queue OSGI Configuration in AEM.
2. When Job is trigered it automatically processing JobResults and stopping reqest from there itselft.How to redirect request from JobConsumer to Osgi Service.
Thanks,
Aruna
Views
Replies
Total Likes
Hi,
You don't need to do anything to configure parallel job execution.
You just have to take care of parallel execution in your business logic, I meant multithreading.
Thanks Arun for the reply.
I need some more details on parallel execution. Multi threading means Java multi threading correct.
Is parallel streams work?
Views
Replies
Total Likes
Views
Replies
Total Likes
Thans for the inputs.
I would like to understand how to configure sling jobs to execute parallelly on some event?
Is there any documentation? Please help me in understanding more about it?
Thanks,
Aruna
Views
Replies
Total Likes
Please refer to this documentation, to have better understanding of the Queues: https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html#queue-con...
To assure that they are running in parallel:
Views
Replies
Total Likes
Views
Likes
Replies