]
Teresa Miyar Gil updated WFLY-11911:
------------------------------------
Summary: Remove READ_TIMEOUT from channel configuration options (was: Remove
READ_TIMEOUT from cannel configuration options)
Remove READ_TIMEOUT from channel configuration options
------------------------------------------------------
Key: WFLY-11911
URL:
https://issues.jboss.org/browse/WFLY-11911
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 16.0.0.Final
Reporter: Teresa Miyar Gil
Assignee: Teresa Miyar Gil
Priority: Major
Fix For: 17.0.0.Beta1
The only configuration options allowed on the channel by the ultimate consumer of the
options org.jboss.remoting3.remote.RemoteReadListener are:
RemotingOptions.TRANSMIT_WINDOW_SIZE,
RemotingOptions.MAX_OUTBOUND_MESSAGES
RemotingOptions.RECEIVE_WINDOW_SIZE
RemotingOptions.MAX_INBOUND_MESSAGES
RemotingOptions.MAX_OUTBOUND_MESSAGE_SIZE
RemotingOptions.MAX_INBOUND_MESSAGE_SIZE.
Standalone.xml/domain.xml file show READ_TIMEOUT as an example option and should be
removed.