[SR-Users] Size of an mqueue

2010-10-11 Thread Alex Balashov
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, -- Ale

Re: [SR-Users] Size of an mqueue

2010-10-11 Thread Elena-Ramona Modroiu
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