Hi Jacob, what kind of exception are you getting?
Regards -- 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 Jacob Rhoden wrote: > Dejan Bosanac wrote: >> you have to provide credentials to the connectionFactory bean in >> webapps/admin/WEB-INF/webconsole-embedded.xml >> >> such as >> >> <bean id="connectionFactory" >> class="org.apache.activemq.ActiveMQConnectionFactory"> >> <property name="brokerURL" value="vm://localhost"/> >> <property name="userName" value="test"/> >> <property name="password" value="test"/> </bean> >> >> alternately, you can take a look at patch for issue 1237 >> (https://issues.apache.org/activemq/browse/AMQ-1237) >> > This is exactly what I did, however it didn't work, it must be > something stupid I am doing. I will try this again. Thanks for your > help! Fixing this in 5.2 will be a great addition for newbies. > > Best Regards, > Jacob >