-
Bug
-
Resolution: Done
-
Major
-
None
-
None
AS7-4373 introduced a way to configure the channel creation options for the EJB remote channel. The way it's allowed is as follows:
<subsystem xmlns="urn:jboss:domain:ejb3:1.3"> <remote connector-ref="remoting-connector" thread-pool-name="default"> <channel-creation-options> <!-- Just random configurations as examples --> <option name="org.xnio.Options.READ_TIMEOUT" value="20"/> <option name="org.jboss.remoting3.RemotingOptions.MAX_OUTBOUND_MESSAGES" value="1234"/> </channel-creation-options> </remote>
This isn't acceptable since the option name refers to a classname.
- is related to
-
AS7-4373 Allow channel configurations for EJB remoting channel
- Resolved