You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2009/05/14 04:36:45 UTC

[jira] Created: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

JMS statistics does not work correctly while the server url is of vm protocol
-----------------------------------------------------------------------------

                 Key: GERONIMO-4625
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4625
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: ActiveMQ
    Affects Versions: 2.2
         Environment: WIndows XP
JDK 1.5.0
            Reporter: Ivan
            Priority: Minor


While doing the statistics for queue, we need the name of the broker, so that we could query the status in the MBeanServer by the borker name, current codes could not handle the server url like vm://.

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


[jira] Commented: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709615#action_12709615 ] 

David Jencks commented on GERONIMO-4625:
----------------------------------------

I think that in j2ca 1.5 admin objects such as queues are not associated with a particular resource adapter, so there is probably no way to get the broker from the client side j2ca configuration.

In j2ca 1.6 admin objects can be associated with a resource adapter.

Have you checked what the amq web console shows?  If you start at the broker you can definitely get statistics.

> JMS statistics does not work correctly while the server url is of vm protocol
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-4625
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4625
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5.0
>            Reporter: Ivan
>            Priority: Minor
>
> While doing the statistics for queue, we need the name of the broker, so that we could query the status in the MBeanServer by the borker name, current codes could not handle the server url like vm://.

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


[jira] Commented: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

Posted by "Ivan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725971#action_12725971 ] 

Ivan commented on GERONIMO-4625:
--------------------------------

The question is that in the connector plan, we usually use tcp://****:61613 or vm://localhost:61613. Currently, I need  to compare those urls to the listening addresses of existed brokers to detect the right broker name. Due to various style of those urls, for example, the listening address maybe tcp://0.0.0.0:61613, the url in the plan maybe something like tcp://localhost:61613. I just feel it is hard to do the match,
Not sure there is a better way to do this, :-(

> JMS statistics does not work correctly while the server url is of vm protocol
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-4625
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4625
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5.0
>            Reporter: Ivan
>            Priority: Minor
>
> While doing the statistics for queue, we need the name of the broker, so that we could query the status in the MBeanServer by the borker name, current codes could not handle the server url like vm://.

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


[jira] Resolved: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

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

Ivan resolved GERONIMO-4625.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
                   2.2

Commit changes to trunk At revision: 813745 and 2.2-snapshot At revision: 813742
I think we need to do more console refactoring work, maybe in 3.0

> JMS statistics does not work correctly while the server url is of vm protocol
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-4625
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4625
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5.0
>            Reporter: Ivan
>            Assignee: Ivan
>            Priority: Minor
>             Fix For: 2.2, 3.0
>
>
> While doing the statistics for queue, we need the name of the broker, so that we could query the status in the MBeanServer by the borker name, current codes could not handle the server url like vm://.

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


[jira] Assigned: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

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

Ivan reassigned GERONIMO-4625:
------------------------------

    Assignee: Ivan

> JMS statistics does not work correctly while the server url is of vm protocol
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-4625
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4625
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5.0
>            Reporter: Ivan
>            Assignee: Ivan
>            Priority: Minor
>
> While doing the statistics for queue, we need the name of the broker, so that we could query the status in the MBeanServer by the borker name, current codes could not handle the server url like vm://.

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


[jira] Commented: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

Posted by "Ivan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741708#action_12741708 ] 

Ivan commented on GERONIMO-4625:
--------------------------------

Commit first step changes to trunk At revision: 803001.
Now, the portlet could display correctly even if the borker name could not be detected.

> JMS statistics does not work correctly while the server url is of vm protocol
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-4625
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4625
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5.0
>            Reporter: Ivan
>            Priority: Minor
>
> While doing the statistics for queue, we need the name of the broker, so that we could query the status in the MBeanServer by the borker name, current codes could not handle the server url like vm://.

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