Am 22.10.15 um 17:44 schrieb Roll, Kevin: > I have implemented an EventHandler and a JobConsumer as described here: > > https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html > > We want to ensure that the jobs are processed in the order generated. In > other words, a sequence of events happens, and we want the corresponding jobs > to execute in the same sequence. I noticed that currently this seems to be > happening but the jobs are all executed on different threads out of the same > pool, which worries me. Are there any flags I can set in order to provide a > stronger guarantee of ordering (I've seen hints in the constants). Thanks! > This is a configuration of the queue which processes the jobs. You need to configure an ordered queue for your topic.
Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland [email protected]
