Multiple Queue Triggers, Same Queue

Is it possible to have more than one trigger associated with the same Queue?

I want to have a job1 triggered by the adding of an item to the Queue on HIGH priority. Then I want a job2 to be triggered on the same Queue using NORMAL priority.

Can I do this? How? It seems like triggers won’t let me select a Queue that is already attached to an existing trigger.

About Queue triggers i dont think you can have a job started using any info of the transactions inside them, if you need this, maybe consider creating more than one queue and a trigger for each status you need.

Thanks, yes have to handle information inside the queue inside a workflow. That’s certainly manageable.

1 Like

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