Skip to content
Permalink
Browse files

Merge pull request #12187 from tmiyargi/WFLY-11911

[WFLY-11911] Remove READ_TIMEOUT from channel configuration options
  • Loading branch information
jamezp committed Apr 4, 2019
2 parents c1cd4db + 6894e74 commit 06ca2a1de422c79c8591b03545c24ef590248a1a
@@ -32,7 +32,6 @@
</timer-service>
<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>
@@ -41,11 +41,6 @@
<feature spec="subsystem.ejb3.service.remote">
<param name="connector-ref" value="http-remoting-connector"/>
<param name="thread-pool-name" value="default"/>
<feature spec="subsystem.ejb3.service.remote.channel-creation-options">
<param name="channel-creation-options" value="READ_TIMEOUT"/>
<param name="value" value="${prop.remoting-connector.read.timeout:20}"/>
<param name="type" value="xnio"/>
</feature>
<feature spec="subsystem.ejb3.service.remote.channel-creation-options">
<param name="channel-creation-options" value="MAX_OUTBOUND_MESSAGES"/>
<param name="value" value="1234"/>

0 comments on commit 06ca2a1

Please sign in to comment.
You can’t perform that action at this time.