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...
Hi, The requirement is that there is some data that is stored in traditional database, but they doesn't want to expose this data through APIs. Instead, they can give this data as a file or as a feed process. What are the different ways this can get into AEM. For example I have a component which disp...