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,
On 10/11/2010 11:35 AM, Alex Balashov wrote:
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?
there is no default size, only memory limits - queue items are stored in shared memory.
Regards, Ramona