hi, thanks for your reply. I modified the webconsole-embedded.xml to something like this <bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" value="vm://localhost"/> <property name="userName" value="system"/> <property name="password" value="manager"/> </bean> it still does'nt work !! i restart the amq, No erros occured. When i logged into webconsole, no login is required !!!!
Thanks in advance. Dejan Bosanac-3 wrote: > > HI, > > That usually should do the trick. What exception are you getting? > > BTW. I've just updated security article with more details on how to > connect camel, web console and command agent to secured broker (and new > setup for 5.3 branch) > > http://cwiki.apache.org/confluence/display/ACTIVEMQ/Security#Security-SecurityandActiveMQComponents > > Cheers > > -- > Dejan Bosanac > > > http://www.ttmsolutions.com - get a free ActiveMQ user guide > > ActiveMQ in Action - http://www.manning.com/snyder/ > Scripting in Java - http://www.scriptinginjava.net > > > > NabiL wrote: >> 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&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---tp19489974p19494257.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.