Please correct me if I am wrong.
<div><ul><li>Messages are kept in the Queue if they are not acknowledged.</li><li>If Client A has not got acknowledgement for a message another Consumer can read the message.</li><li>I need to implement a method in which a message when sent to a consumer and awaits ACK, it should not be sent to another consumer. Only after a certain time out , can the message be resent to any other consumer. Any Ideas?</li>

</ul><div><br></div></div>