Using the Java client, when a consumer threadpool is maxed out and an attempt to submit work to the threadpool is rejected, what happens to the message? Is it returned to the queue on the server? Is it dropped altogether? Dropping messages is not acceptable for me, so I need to know if I can put a cap on my threadpool size or not since I may get occasional spikes in messages.<div><br></div><div>Thanks,<br>Jonathan</div>