You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jerome Lumpkin (JIRA)" <ji...@apache.org> on 2013/12/06 22:09:35 UTC

[jira] [Created] (AMQ-4925) JMXConnectorFactory Returns Remote RMI Stub Even When Message Broker Is Not The Master

Jerome Lumpkin created AMQ-4925:
-----------------------------------

             Summary: JMXConnectorFactory Returns Remote RMI Stub Even When Message Broker Is Not The Master
                 Key: AMQ-4925
                 URL: https://issues.apache.org/jira/browse/AMQ-4925
             Project: ActiveMQ
          Issue Type: Wish
          Components: JMX
    Affects Versions: 5.9.0
         Environment: Linux

            Reporter: Jerome Lumpkin
            Priority: Minor


The 'JMXConnectorFactory(url, null).connect() 'requestreturns as if it is successful; however, it is not.

I have a master/slave relationship and when the normal master is the slave, and not satisfying requests, the above command returns as if all is well and then later fails on an 'MBeanServerConnection' request.

Is this due to the RMI stub being returned even though the the broker is a slave, and not able to service any requests?

I was wondering if a check should be made so that the connection, in this instance, is an exception?



--
This message was sent by Atlassian JIRA
(v6.1#6144)