[jboss-jira] [JBoss JIRA] (WFLY-12188) What's the difference of the READ_TIMEOUT in ejb3 subsystem vs. remoting subsystem

Flavia Rainone (Jira) issues at jboss.org
Thu Jun 13 11:05:01 EDT 2019


    [ https://issues.jboss.org/browse/WFLY-12188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746462#comment-13746462 ] 

Flavia Rainone commented on WFLY-12188:
---------------------------------------

It appears that those variables are not being set at all, I'm investigating this to come to a full answer and a fix.

> What's the difference of the READ_TIMEOUT in ejb3 subsystem vs. remoting subsystem
> ----------------------------------------------------------------------------------
>
>                 Key: WFLY-12188
>                 URL: https://issues.jboss.org/browse/WFLY-12188
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 17.0.0.Final
>            Reporter: Joerg Baesner
>            Assignee: Flavia Rainone
>            Priority: Major
>
> What's the difference of the {{READ_TIMEOUT}} in _ejb3_ subsystem vs. _remoting_ subsystem? See:
> {code}
>             <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>
> {code}
> {code}
>         <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>
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list