You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2011/03/29 11:31:05 UTC

[jira] [Created] (AMQ-3247) ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box

ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box
---------------------------------------------------------------------------------------------------------------------------------

                 Key: AMQ-3247
                 URL: https://issues.apache.org/jira/browse/AMQ-3247
             Project: ActiveMQ
          Issue Type: Improvement
          Components: JMX
    Affects Versions: 5.4.2
            Reporter: Freeman Fang


This issue is actually in Servicemix4 we can't use activemq-console command like activemq:list/activemq:query/activemq:bstat out-of-box with default option, more details from SMX4-784[1]

[1]https://issues.apache.org/jira/browse/SMX4-784

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AMQ-3247) ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box

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

Freeman Fang updated AMQ-3247:
------------------------------

    Attachment: AMQ-3247-new.patch

append a new patch(AMQ-3247-new.patch), from this patch we get a chance to set DEFAULT_JMX_URL/jmxUser/jmxPassword from system properties, which enable us configure those default value in ESB container, but still not change current logic in activemq-console.

Can someone review this patch?

Thanks 
Freeman

> ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3247
>                 URL: https://issues.apache.org/jira/browse/AMQ-3247
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMX
>    Affects Versions: 5.4.2
>            Reporter: Freeman Fang
>         Attachments: AMQ-3247-new.patch, AMQ-3247.patch
>
>
> This issue is actually in Servicemix4 we can't use activemq-console command like activemq:list/activemq:query/activemq:bstat out-of-box with default option, more details from SMX4-784[1]
> [1]https://issues.apache.org/jira/browse/SMX4-784

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (AMQ-3247) ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014345#comment-13014345 ] 

Freeman Fang commented on AMQ-3247:
-----------------------------------

Thanks Dejan!

> ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3247
>                 URL: https://issues.apache.org/jira/browse/AMQ-3247
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMX
>    Affects Versions: 5.4.2
>            Reporter: Freeman Fang
>            Assignee: Dejan Bosanac
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3247-new.patch, AMQ-3247.patch
>
>
> This issue is actually in Servicemix4 we can't use activemq-console command like activemq:list/activemq:query/activemq:bstat out-of-box with default option, more details from SMX4-784[1]
> [1]https://issues.apache.org/jira/browse/SMX4-784

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (AMQ-3247) ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box

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

Dejan Bosanac reassigned AMQ-3247:
----------------------------------

    Assignee: Dejan Bosanac

> ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3247
>                 URL: https://issues.apache.org/jira/browse/AMQ-3247
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMX
>    Affects Versions: 5.4.2
>            Reporter: Freeman Fang
>            Assignee: Dejan Bosanac
>         Attachments: AMQ-3247-new.patch, AMQ-3247.patch
>
>
> This issue is actually in Servicemix4 we can't use activemq-console command like activemq:list/activemq:query/activemq:bstat out-of-box with default option, more details from SMX4-784[1]
> [1]https://issues.apache.org/jira/browse/SMX4-784

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AMQ-3247) ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box

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

Freeman Fang updated AMQ-3247:
------------------------------

    Attachment: AMQ-3247.patch

append a patch, basic idea in this patch is that when can't create jmxConnector from default serviceUrl, then print out a message and use the local jmx server as fallback

> ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3247
>                 URL: https://issues.apache.org/jira/browse/AMQ-3247
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMX
>    Affects Versions: 5.4.2
>            Reporter: Freeman Fang
>         Attachments: AMQ-3247.patch
>
>
> This issue is actually in Servicemix4 we can't use activemq-console command like activemq:list/activemq:query/activemq:bstat out-of-box with default option, more details from SMX4-784[1]
> [1]https://issues.apache.org/jira/browse/SMX4-784

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (AMQ-3247) ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box

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

Dejan Bosanac resolved AMQ-3247.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.6.0

Patch applied with svn revision 1087251. Thanks!

> ensure that activemq-console command like activemq:list/activemq:query/activemq:bstat can work in servicemix container out-of-box
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3247
>                 URL: https://issues.apache.org/jira/browse/AMQ-3247
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMX
>    Affects Versions: 5.4.2
>            Reporter: Freeman Fang
>            Assignee: Dejan Bosanac
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3247-new.patch, AMQ-3247.patch
>
>
> This issue is actually in Servicemix4 we can't use activemq-console command like activemq:list/activemq:query/activemq:bstat out-of-box with default option, more details from SMX4-784[1]
> [1]https://issues.apache.org/jira/browse/SMX4-784

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira