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 >