Hi, 

How to secue webconsole admin ?

I added the following properties into
/apache-activemq-5.1.0/webapps/admin/WEB-INF/webconsole-embedded.xml: 
<bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
    <property name="brokerURL"
value="vm://localhost?create=false&amp;waitForStart=10000"/>
        <property name="userName" value="test"/>
    <property name="password" value="test"/>  
  </bean>

but it does'nt work ?

Thanks in advance.
Nabil
-- 
View this message in context: 
http://www.nabble.com/How-to-Secure-Webconsole---tp19489974p19489974.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to