----- "pplive" <[EMAIL PROTECTED]> wrote:
> if not set, anybody can connect through JMX and do management....
>     <managementContext>
>        <managementContext connectorPort="1099"
> jmxDomainName="org.apache.activemq"/>
>     </managementContext>
> 
> any sample xml code ???


  The wiki has an example:  http://activemq.apache.org/jmx.html

  It is a bit messy as the <managementContent> creates a JMX listener that 
can't be password protected at all.  So basically, just disable it, and use the 
standard Sun JMX listener.  And the all of the Sun JMX documentation applies.


Tom

Reply via email to