[jboss-jira] [JBoss JIRA] (REMJMX-78) Make XNIO and Remoting options be configurable

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Jul 22 08:51:29 EDT 2014


    [ https://issues.jboss.org/browse/REMJMX-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987066#comment-12987066 ] 

RH Bugzilla Integration commented on REMJMX-78:
-----------------------------------------------

Darran Lofthouse <darran.lofthouse at redhat.com> changed the Status of [bug 1112032|https://bugzilla.redhat.com/show_bug.cgi?id=1112032] from NEW to ASSIGNED

> Make XNIO and Remoting options be configurable
> ----------------------------------------------
>
>                 Key: REMJMX-78
>                 URL: https://issues.jboss.org/browse/REMJMX-78
>             Project: Remoting JMX
>          Issue Type: Feature Request
>    Affects Versions: 1.1.0.Final
>         Environment: EAP 6.1.1
>            Reporter: Osamu Nagano
>            Assignee: Darran Lofthouse
>
> Properties passed via "env" in "JMXConnectorFactory.connect(serviceURL, env)" is very limited.  And it is not passed to XNIO and Remoting like in line 192 below.  It is more flexible if those are configurable like in jboss-ejb-client project.
> https://github.com/jbossas/remoting-jmx/blob/1.1.0.Final/src/main/java/org/jboss/remotingjmx/RemotingConnector.java#L185
> {code}
>     191         final Xnio xnio = Xnio.getInstance();
>     192         endpoint = Remoting.createEndpoint("endpoint", xnio, OptionMap.create(Options.THREAD_DAEMON, true));
>     193         endpoint.addConnectionProvider(CONNECTION_PROVIDER_URI, new RemoteConnectionProviderFactory(), OptionMap.EMPTY);
> {code}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list