OSGI Configuration for Apache Sling Job Queue Configuration
Hi,
I have a requirement where I am using a job manager to add a job with a custom topic. Also there is a consumer which has the business logic.
Currently when the job fails, it retries for 10 times with an interval of 1 second. This is because of the default Sling Job Queue Configuration.
Now, I want to have my own custom Sling Job Queue Configuration with retry intervals and number of retries. For this, I have created the configuration manually from system console for the specific topic and it is working and picking this custom configuration when the job is failed. But, when I create the same configuration as part of code repo and when deployed, this configuration is not getting picked. And the way this configuration looks is completely different from the one created through system console. Below screenshots are the one created in system console and other deployed through code.

