I didn't have that problem in ActiveMQ 4.0.1. Are you sure you have <broker useJmx="true" in your config file? Also, if you're running under Java 5, you may be using the JMX environment from the JVM which would prevent ActiveMQ from emitting the message about how its binding JMX to port such-and-such (because it doesn't create it's own JMX listener if it uses the JVM MBeanServer). You can force ActiveMQ to use its own JMX listener with the managementContext settings, if you want to.
Thanks, Aaron On 9/22/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote:
Hi, I think this is a real problem; I looked over few times before I am posting it. In the activemq.xml I uncommented the managementContext section too. On my activemq console I don't see a message which used to be there saying that JMX connection be made. Thanks! Vik
