According to the documentation,
Optional attribute 'size' specifies the maximum number of items in queue, if it is execeeded the oldest one is removed
Is this meant to imply that by default, absent this attribute, queues are boundless? Or is there a default size anyway?
Thanks,