You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/02/05 23:09:59 UTC

[jira] Commented: (SMX4-203) Name of the Endpoints / MBeans in JConsole is confusing and useless

    [ https://issues.apache.org/activemq/browse/SMX4-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49161#action_49161 ] 

Guillaume Nodet commented on SMX4-203:
--------------------------------------

Naming strategy is done with:
  https://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk/nmr/management/src/main/java/org/apache/servicemix/nmr/management/DefaultNamingStrategy.java

The point is that we still need a unique name for this mbeans.

Another way, would be to think about a totally different way of exposing endpoints, as this is now available for bundles.
I.e. having a single bean that returns tabular data.  This may be a bit more difficult to deal with when using jconsole with a small number of endpoints, but may be more efficient when the number of endpoints grows up.

> Name of the Endpoints / MBeans in JConsole is confusing and useless
> -------------------------------------------------------------------
>
>                 Key: SMX4-203
>                 URL: https://issues.apache.org/activemq/browse/SMX4-203
>             Project: ServiceMix 4
>          Issue Type: Improvement
>    Affects Versions: 4.0-m2
>            Reporter: Lars Heinemann
>         Attachments: shot.png
>
>
> When running JConsole to watch the endpoints active in the bus, there is a list of useless tree nodes because you have to iterate them and open up every single one of them to find out, what service hides behind for example 9c432e3a-2c65-4d4a-aa76-bf1e9afb. (see attached screenshot)
> The naming of the nodes should be changed into something more meaningful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.