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

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

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.


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

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine updated SMX4-203:
-------------------------------

    Fix Version/s: 4.4.0
                       (was: 4.2.0)

> 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.0
>            Reporter: Lars Heinemann
>             Fix For: 4.4.0
>
>         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.


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

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann updated SMX4-203:
--------------------------------

    Attachment: shot.png

added Screenshot

> 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.


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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4-203:
---------------------------------

    Fix Version/s:     (was: 4.0.0)
                   4.1.0

> 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.0
>            Reporter: Lars Heinemann
>             Fix For: 4.1.0
>
>         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.


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

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann updated SMX4-203:
--------------------------------

    Fix Version/s: 4.0-m2

> 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
>             Fix For: 4.0-m2
>
>         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.