Hello everybody, Can anyone give me an idea on how to create dynamically growing queues.ie., when a particular message arrives the queue has to grow by 1 and when the message is delivered , it should reduce by 1. ie., my queue should grow whne only mesage arrives and shrink on delivering the messages one by one. ie., I don want to set the queue size initially.
Regards, Sinduja.R
