I would like to make the MaxContent of a queue variable. I have two queues: one feeding into a processor and another one receiving items from it. I want the total number of items in both queues combined to always be a maximum of 10. How can I achieve this? Thank you!