I have to open multiple queue ( I don’t know how many only at run time)
I want to be able to pause/resume a queue according to an external event, so suppose I have q1,q2 and q3
I want to to pause q3 but let the q1 and q2 run as usual
How do I do that
Thanks