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, 28 Feb 2020, 10:59 pm Eduardo Fontes, <[email protected]> wrote: > 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 <[email protected]> > wrote: > > > 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 Mohan > > >
