Hello, I want to divide the number of items that I have in a queue in 2 queues. For example, I have 360 items in a queue and I want to send 150 to a queue and 210 to another queue. How would I need to do it? I was thinking about doing it by percentage, but it is not a whole number.