> Did you enable authentication in jetty.xml as described in > http://activemq.apache.org/web-console.html?
I believe so: I have the following entries in the jetty.xml file: <bean id="securityConstraint" class="org.eclipse.jetty.util.security.Constraint"> <property name="name" value="BASIC" /> <property name="roles" value="user,admin" /> <property name="authenticate" value="true" /> </bean> <bean id="adminSecurityConstraint" class="org.eclipse.jetty.util.security.Constraint"> <property name="name" value="BASIC" /> <property name="roles" value="admin" /> <property name="authenticate" value="true" /> </bean> Mark -- View this message in context: http://activemq.2283324.n4.nabble.com/SecurityException-User-is-not-authenticated-tp4694392p4694401.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.