You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Scott England-Sullivan (Created) (JIRA)" <ji...@apache.org> on 2012/02/16 18:41:03 UTC

[jira] [Created] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
---------------------------------------------------------------

                 Key: AMQ-3724
                 URL: https://issues.apache.org/jira/browse/AMQ-3724
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Scott England-Sullivan
             Fix For: 5.6.0


When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.

Thanks,
Scott ES
http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

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

Timothy Bish commented on AMQ-3724:
-----------------------------------

Because the brokers are all running inside the same JVM you need to call setCreateConnector(false) for brokers B and C so that they don't stop the management context and restart it.  Otherwise they clobber the names in the MBeanServer.

{noformat}
   getBroker(BROKER_B_NAME).getManagementContext().setCreateConnector(false);
{noformat}

                
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

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

Scott England-Sullivan updated AMQ-3724:
----------------------------------------

    Attachment:     (was: AMQ-3724.patch)
    
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

Posted by "Scott England-Sullivan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210220#comment-13210220 ] 

Scott England-Sullivan commented on AMQ-3724:
---------------------------------------------

Thank Tim.  

That cleaned it up.  I will upload another patch with the changes.  If someone feels the unit tests are still valid feel free to apply them.

Thanks,
Scott ES
http://fusesource.com
                
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

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

Scott England-Sullivan resolved AMQ-3724.
-----------------------------------------

    Resolution: Fixed

Issue resolved.  New unit test attached.

Thanks,
Scott ES
http://fusesource.com
                
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

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

Scott England-Sullivan updated AMQ-3724:
----------------------------------------

    Attachment: visual-vm-mbean-screenshot.jpg

Broker B & C do not have their network connectors mbeans available
                
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

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

Scott England-Sullivan updated AMQ-3724:
----------------------------------------

    Attachment: AMQ-3724.patch

Unit test for complex clustering JMX tests.
                
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation

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

Scott England-Sullivan updated AMQ-3724:
----------------------------------------

    Attachment: AMQ-3724.patch

Updated test with connector creation disabled.
                
> Dynamic Failover Blocks NetworkConnector & Queue MBean Creation
> ---------------------------------------------------------------
>
>                 Key: AMQ-3724
>                 URL: https://issues.apache.org/jira/browse/AMQ-3724
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Scott England-Sullivan
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg
>
>
> When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled.  See attached patch.
> Thanks,
> Scott ES
> http://fusesource.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira