Queue trigger process question

Hi,
Can Queue trigger work with only Dispatcher Performer model? Because when Q items are added only the job can be triggered? How else the queue trigger can be used if I like to combine dispatcher and performer in one process using REFRamework?

thanks,

Queue triggers will be mostly use ful for complex implementation. Mostly queue triggers are use full when you want to trigger different process based on the queue items process or process which need to be run in a sequence like that
You can have dispatcher and performer combined in one process
But I guess for this specific queue trigger is not required you can use get queue items and performer will work ,
That is there it self in templet.
@A_Learner

Thanks ,
Jagravi

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.