Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Do replication agents use the Sling Job Thread Pool?

Avatar

Level 5

Do replication agents use the Sling Job Thread Pool (org.apache.sling.event.impl.EventingThreadPool)? If not, is there another thread pool used for replication?

1 Accepted Solution

Avatar

Correct answer by
Employee

The thread pool is managed by sling eventing.  The settings for how events are processed as sling job threads are configured as an instance of org.apache.sling.event.jobs.QueueConfiguration:Screen Shot 2019-05-20 at 7.21.51 PM.png

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

The thread pool is managed by sling eventing.  The settings for how events are processed as sling job threads are configured as an instance of org.apache.sling.event.jobs.QueueConfiguration:Screen Shot 2019-05-20 at 7.21.51 PM.png

Avatar

Level 5

Thanks!