Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-12188

Option READ_TIMEOUT is ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 17.0.0.Final
    • EJB, Remoting
    • None

    Description

      What's the difference of the READ_TIMEOUT in ejb3 subsystem vs. remoting subsystem? See:

                  <remote connector-ref="http-remoting-connector" thread-pool-name="default">
                      <channel-creation-options>
                          <option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/>
                          <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
                      </channel-creation-options>
                  </remote>
      
              <subsystem xmlns="urn:jboss:domain:remoting:4.0">
                  <endpoint/>
                  <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm">
                      <!-- server-side configuration -->
                      <properties>
                          <property name="org.jboss.remoting3.RemotingOptions.HEARTBEAT_INTERVAL" value="5000"/>
                          <property name="KEEP_ALIVE" value="true"/>
                          <property name="READ_TIMEOUT" value="10000"/>
                          <property name="WRITE_TIMEOUT" value="10000"/>
                      </properties>
                  </http-connector>
      

      None of those options work.

      Attachments

        Activity

          People

            flaviarnn Flavia Rainone
            rhn-support-jbaesner Joerg Baesner
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated: