Re: jboss+activemq broker+webconsole

2010-01-13 Thread jeff yung
ofound solution turn off activemq managementcontext: and enable remote JMX connections to the JMX connector by adding startup arguments to jboss startup script: -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1090 -Dcom.sun.management.jmxremote.authenticate=false

jboss+activemq broker+webconsole

2010-01-13 Thread jeff yung
When I integrated activemq broker with jboss and deploy the activemq webconsole. Changed the startup script to be: set JAVA_OPTS=%JAVA_OPTS% -Dwebconsole.type=properties -Dwebconsole.jms.url=tcp://172.19.174.107:61616 - -Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://172.19.174.107:1090/jmxr