General query on Queue

anandakumarb wrote on Wednesday, June 08, 2011:

Can anyone tell me, what would happen if the Queue is full, would it ever crash?, if so why?

davedoors wrote on Wednesday, June 08, 2011:

When the queue is full, it will behave as it is supposed to.

tacadia wrote on Thursday, June 09, 2011:

Nope, it won’t crash, you can check if a queue if full from the return value of a queue send function.