You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/08/27 08:41:20 UTC

[jira] [Resolved] (CAMEL-10273) [Jetty] missing jmx object if custom thread pool is used

     [ https://issues.apache.org/jira/browse/CAMEL-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-10273.
---------------------------------
       Resolution: Fixed
         Assignee: Claus Ibsen
    Fix Version/s: 2.17.4
                   2.18.0

Thanks for the PR

> [Jetty] missing jmx object if custom thread pool is used
> --------------------------------------------------------
>
>                 Key: CAMEL-10273
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10273
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jetty
>    Affects Versions: 2.17.3
>            Reporter: Paolo Antinori
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.18.0, 2.17.4
>
>
> If a custom configuration for the ThreadPool is passed, the correspondent JMX object is not published.
> The issue here is that enableJmx(), https://github.com/apache/camel/blob/camel-2.17.3/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java#L314
> that adds the mbeans listeners is called only after setThread https://github.com/apache/camel/blob/camel-2.17.3/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java#L1177 method, so this explains how come the threadpool is not exposed on JMX.
> I've put a simple PR that just adds a check for {{enableJmx}} flag at component level, but I wonder if I should make it smarter to take in account possible settings only at Endpoint level or instead if we should remove it the flag per Endpoint altogether.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)