Hello,
my source generates two different items and put them in the queue. I have three processors. processor 1 has to be priority and can operate both items. Processor 2 only operates item1 and Processor 3 item2. When processor 1 is occupied, the two other processors should pick the next item in the queue, but only the item, which belong to each processor.
Do you know what i mean?
No matter what i try, i don´t get it. Hope somebody could help me