I have a processor that processes items and send them to queue. How can I close the port of a processor once a determined quantity of items (10) is stack in queue ? Can someone tell me how to do that ? I tried to send message to processsor so it closes its port but I couldn't put the condition regarding the content. Thanks in advance