My model is fairly simple, 2 queues and two processors. If an object spends more than 6 hours in queue 2, I wish to send it back to queue 1. If it spends less than 6 hours in queue 2, it should go to processor 2 as long as processor 2 is free. Where can I learn more about this?