0 Replies Latest reply on Aug 18, 2008 7:31 AM by yyagol

    jms clients timeout

    yyagol

      Hi all,

      I have a problem with client timeout . i cant find where to set
      the timeout for jms connection to clients. in the documentation it says
      about server failure timeout but not on the server settings for clients connection timeout. in messaging-service.xml
      this is important because it looks like the default ( if there is any ) is set to 15 minutes

      the connection publish start :

      2008-08-12 13:59:27,500 DEBUG [JMSSender] Published in: 1
      2008-08-12 13:59:27,500 INFO [JMSSender] Dispatched. queueSize: 1
      2008-08-12 13:59:27,500 TRACE [JMSSender] Publishing:


      the connection time out :
      2008-08-12 14:14:52,415 ERROR [JMSSender] Got marshalling exception, exiting
      java.io.IOException: Connection timed out
      .
      .
      2008-08-12 14:14:52,417 ERROR [JMSSender] Error handling callback
      java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is:
       java.io.IOException: Connection timed out
      .
      .
      2008-08-12 14:14:52,431 ERROR [Heartbeat] Got marshalling exception, exiting
      java.io.IOException: Broken pipe
      .
      .
      2008-08-12 14:14:52,437 ERROR [Heartbeat] Error handling callback
      java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is:
       java.io.IOException: Broken pipe


      Any help will be welcome
      Yan