[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?
belcar
do-not-reply at jboss.com
Wed Nov 18 03:21:28 EST 2009
There is a firewall between both machines, so I enabled those sections:
The configuration looks as follows:
<attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
| <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
| <attribute name="dataType" isParam="true">jms</attribute>
| <attribute name="socket.check_connection" isParam="true">false</attribute>
| <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
| <attribute name="serverBindPort">4457</attribute>
| <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
| <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
| <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
|
| <!-- Firewall settings enabled-->
| <attribute name="numberOfCallRetries" isParam="true">5</attribute>
| <attribute name="pingFrequency" isParam="true">30000</attribute>
| <attribute name="pingWindowFactor" isParam="true">71582</attribute>
| <attribute name="generalizeSocketException" isParam="true">true</attribute>
|
| <!-- Now remoting supports socket write timeout configuration. Uncomment this if you need it. -->
| <!-- <attribute name="writeTimeout" isParam="true">30000</attribute> -->
| <!-- End immutable parameters -->
|
| <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
| <!-- Periodicity of client pings. Server window by default is twice this figure -->
| <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
| <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
| <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
|
| <attribute name="failureDisconnectTimeout" isParam="true">0</attribute>
| <attribute name="callbackErrorsAllowed">1</attribute>
| <attribute name="registerCallbackListener">false</attribute>
| <attribute name="useClientConnectionIdentity" isParam="true">true</attribute>
|
| <attribute name="timeout" isParam="true">0</attribute>
|
| <!-- Number of seconds to wait for a connection in the client pool to become free -->
| <attribute name="numberOfRetries" isParam="true">10</attribute>
|
| <!-- Max Number of connections in client pool. This should be significantly higher than
| the max number of sessions/consumers you expect -->
| <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
|
| <!-- The maximum time to wait before timing out on trying to write a message to socket for delivery -->
| <attribute name="callbackTimeout">10000</attribute>
|
| <!-- Use these parameters to specify values for binding and connecting control connections to
| work with your firewall/NAT configuration-->
| <attribute name="secondaryBindPort">55794</attribute>
| <attribute name="secondaryConnectPort">55794</attribute>
Thank you
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266225#4266225
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266225
More information about the jboss-user
mailing list