users@glassfish.java.net

Re: JMS running out of connections

From: <glassfish_at_javadesktop.org>
Date: Mon, 25 Oct 2010 21:11:46 PDT

Yes, it depends on the "wait-timeout-in-seconds" pool settings. Default being 60 seconds.
So, if a request could not get a connection, its put in wait-queue so that any client that may return the connection will be made available for the waiting request(s). Once the wait-timeout for the requesting client expires, the request will timeout with the reported exception.
[Message sent by forum member 'jr158900']

http://forums.java.net/jive/thread.jspa?messageID=486213