Re: Queue Prioritization

2020-02-28 Thread Midhun Mohan
I think wait and notify can solve my problem. I checked the documents , which is bit unclear to me. Can anyone help me? Just to know few things like whether we need to configure a cache server, if so which one is best And also getting confused on how to configure wait and notify signals On Fri, 2

Re: Queue Prioritization

2020-02-28 Thread Eduardo Fontes
Hi! Maybe you should try another approach, like Wait/Notify or configure prioritizer just before the funnel, depending on your demand. On Fri, Feb 28, 2020 at 11:40 AM Midhun Mohan wrote: > Hi all, > How to prioritize one queue before a funnel? > > I need to make sure one queue is emptied befor

Queue Prioritization

2020-02-28 Thread Midhun Mohan
Hi all, How to prioritize one queue before a funnel? I need to make sure one queue is emptied before another queue is taken over for executing, I tried with a priority attribute but it fails when a queue with less priority has messages before the queue with high priority. -- Regards, Midhun M