Hello,
I have a program in which a crane deposites packages in the closest available Queues. Each item simulates a package and has a label of the batch it belongs to and the number of package it represents. ¿How can I do so that if a package from batch X has been deposited in Queue 1, the rest of the packages of that batch go to the same one? Remember that the crane stores packages in the closest available Queues.
Thanks!