Hi Vik,

In your activemq configuration file you add the  ff. configuration :

   <managementContext>
<managementContext connectorPort="1099" jmxDomainName="org.apache.activemq" * rmiServerPort="1097"*/>
   </managementContext>

Regards,
Jonas


Dhawan, Vikram (LNG-DAY) wrote:
Hi,

I was looking at the AMQ code for ManagementContext.java and found the
following code.

// Create the JMXConnectorServer

String rmiServer = "";

if (rmiServerPort != 0) {

    // This is handy to use if you have a firewall and need to

    // force JMX to use fixed ports.

    rmiServer = "localhost:" + rmiServerPort;

}

String serviceURL =
"service:jmx:rmi://"+rmiServer+"/jndi/rmi://localhost:"+connectorPort+connec
torPath;

        JMXServiceURL url=new JMXServiceURL(serviceURL);

connectorServer=JMXConnectorServerFactory.newJMXConnectorServer(url,null,mbe
anServer);

actually I am running in the exact situation as the comment says "FIREWALL".

I was trying to find out how to set rmiServerPort haven't found anything
yet. Any help will be appreciated.

Thanks!

Vik


Reply via email to