Hi,

Suppose I have this queues:

queue://mesages.input-0
queue://mesages.input-1
queue://mesages.input-2
...
queue://mesages.input-n

I need to read messages from every queue and process them in the same way. Processing will consume significant time (1s or more). Message incoming distribution is 1 message per 1 minute in every queue, but sometimes in one queue can apper about 1000 messages in short time period. The main demand to processing application is not delay processing of other queues and process big amount of messages in rest time. So, any round robin reading algorithm must be used in this case.

Is it possible to do it automatically with one consumer (or pool of consumers) which will be read from queue://mesages.> or need I create separate consumer for each queue to implement this behavior?

--
Thanks,
Eugene Prokopiev

Reply via email to