I want to send items to multiple queues based on their type.
Also I want to allocate multiple destinations for one type of item which can be send on first available basis. but it should be send to first destination until it is full then should be send to next to second queues.
Attached model generates 3 type of parts.
- Type 1 should be sent to Queue 1. When Queue 1 is full it should be sent to Queue 1_2.and when Queue 1_2 is full it should be sent to Queue 1_3
- Type 2 should be sent to Queue 2.
- Type 3 should be sent to Queue 3
Help to achieve this routing using operator