[jboss-user] [JBoss Messaging] - Re: deathless consumer prooblem

bodrin do-not-reply at jboss.com
Thu Mar 19 10:42:52 EDT 2009


Not sure which one is, but both are equal:
leasePeriod=10000
clientLeasePeriod=10000

from CONFIG\deploy\jboss-messaging.sar\remoting-bisocket-service.xml

  | ...
  |       <service-config name="jboss.messaging:service=Connector,transport=bisocket"
  |                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
  |          <delegate-config>
  |             <attribute name="Configuration"><![CDATA[
  |                <config>
  |                   <invoker transport="bisocket">
  |                      <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="timeout" isParam="true">0</attribute>
  |                      <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
  |                      <attribute name="serverBindPort">4557</attribute>
  |                      <attribute name="leasePeriod">10000</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="numberOfCallRetries" isParam="true">1</attribute>
  | <attribute name="pingFrequency" isParam="true">214748364</attribute>
  | <attribute name="pingWindowFactor" isParam="true">10</attribute>
  | <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
  |                <!-- End immutable parameters -->
  |                
  |                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
  |                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
  | ...
  | 
  | It has happened today, but unfortunatelly the server.log is cleared on restart and the desired logs are no there..
  | 
  | I'll provide it if it happens again.
  | 
  | Thanks!
  | 

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

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



More information about the jboss-user mailing list