[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

timfox do-not-reply at jboss.com
Fri Feb 16 10:40:18 EST 2007


JBoss remoting will try a certain number of times (default 30) with a pause of 1 second if the pool is full to wait for a connection to be returned.

This means by default invocations will wait 30 seconds for a connection to be returned before throwing an exception.

You can increase this period by setting the attribute "numberOfRetries" on the connector config.

This basically equates to the number of seconds to wait before barfing. You could set this to a high value (few minutes) in your case.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017685#4017685

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017685



More information about the jboss-user mailing list