Hi All,
I'm trying to get the configuration "org.apache.sling.event.jobs.QueueConfiguration.config" under "Apache sling job Queue Configuration". But I got the another configuration with "Apache sling job Queue Configuration" which i dont want. I wanted to add a one more config file under "Apache sling job Queue Configuration". Please suggest me where to place a config xml file.
Using "org.apache.sling.event.jobs.QueueConfiguration.config" xml file, I need to see the configuration present under "Apache sling job Queue Configuration". in the console, rather than creating it manually.
Thanks,
Ashwini
Solved! Go to Solution.
Views
Replies
Total Likes
Default location is
/apps/system/config/org.apache.sling.event.jobs.QueueConfiguration-asyncoperations.config
It also can be a runtime specific:
/apps/system/config.author/org.apache.sling.event.jobs.QueueConfiguration-asyncoperations.config
As well as you can add a unique suffix to your custom configuration
Views
Replies
Total Likes
Default location is
/apps/system/config/org.apache.sling.event.jobs.QueueConfiguration-asyncoperations.config
It also can be a runtime specific:
/apps/system/config.author/org.apache.sling.event.jobs.QueueConfiguration-asyncoperations.config
As well as you can add a unique suffix to your custom configuration
Views
Replies
Total Likes
You need to get the PID of the "Apache sling job Queue Configuration" and create a "sling:OsgiConfig" node under "apps/config".
AEM will then automatically map the OSGI configuration files with the actual configuration based in the PID. More details at [1]
[1] Configuring OSGi
Views
Replies
Total Likes