[jboss-user] [Messaging, JMS & JBossMQ] - Re: remote queue interruption due to network equipment maint
alchemista
do-not-reply at jboss.com
Tue May 15 09:34:42 EDT 2007
Look at the following settings (note: these are set on the client, not the server):
org.jboss.mq.il.uil2.retryCount?
Thissystem property controls the number of attempts to retry connecting to the JMS server. Retries are made only for java.net.ConnectException failures. A value that is less than or equal to zero means no retry attempts will be made.
org.jboss.mq.il.uil2.retryDelay?
This system property controls the delay, in milliseconds, between retries due to ConnectException
failures.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045806#4045806
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045806
More information about the jboss-user
mailing list