[
https://issues.jboss.org/browse/AS7-4373?page=com.atlassian.jira.plugin.s...
]
jaikiran pai commented on AS7-4373:
-----------------------------------
The channel configuration options can now be configured in the EJB3 subsystem as follows:
{code:xml}
<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>
...
{code}
Allow channel configurations for EJB remoting channel
-----------------------------------------------------
Key: AS7-4373
URL:
https://issues.jboss.org/browse/AS7-4373
Project: Application Server 7
Issue Type: Enhancement
Components: EJB
Affects Versions: 7.1.1.Final
Reporter: jaikiran pai
Assignee: jaikiran pai
Priority: Blocker
Labels: eap6_prd_req
Fix For: 7.1.2.Final-redhat1
Currently we don't have a way where the users can configure the channel creation
options for the EJB remoting channel. Typical channel configuration options include
setting the max outbound messages and similar. The EJB subsystem will have to allow these
configurations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira