Permalink
Browse files
Merged pull request #12187
[WFLY-11911] Remove READ_TIMEOUT from cannel configuration options
- Loading branch information
|
|
@@ -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"/> |
|
|
|