Hi, try using just one <managementContext> tag like
<managementContext> <managementContext createConnector="true" connectorPort="1199" rmiServerPort="1199"/> </managementContext> that should work. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, May 29, 2009 at 8:09 AM, paksiw <kimberly.lana...@hp.com> wrote: > > > Forgot to mention that I am using activemq 5.2 in linux > > > paksiw wrote: > > > > Hi, > > > > I understand from the documentation that I'll need to enable the > > management context connector in order for me to successfully use the > > "activemq-admin stop" command. > > > > I want to change the Management Context default port from 1099 to 1199. I > > tried changing the management context connectionPort in conf/activemq.xml > > but when I started activemq, I'd still see the following message: > > > > INFO ManagementContext - JMX consoles can connect to > > service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi > > > > meaning, the management context port remains unchanged. > > > > Here is how i configured the managementContext in conf/activemq.xml: > > > > <managementContext> > > <managementContext createConnector="true"/> > > <managementContext connectorPort="1199" rmiServerPort="1199"/> > > </managementContext> > > > > Please help me. How do I change the default connector port 1099? > > > > Thank you. > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-changing-the-managementContext-default-port-1099-tp23774662p23774687.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >