I'm running :
ActiveMQ RA 4.1.1.
JBoss 4.0.5.

I've got JBoss binding JMX to port 1199. ActiveMQ binds to 1099. I'm
doing local messaging only within the app server. No clustering or
remoting or anything like that. I can't have ActiveMQ using 1099 --
another app needs that port.

I've tried this:
  <broker useJmx="true" brokerName="brokerX"
xmlns="http://activemq.org/config/1.0";>
        <managementContext>
                <managementContext createConnector="false"
connectorPort="1199" />
        </managementContext>
  ...

But ActiveMQ still binds to 1099 when it starts up.

Anyone know what I'm missing?

Thanks.

Reply via email to