I'm tinkering with authentication, but I'm getting: java.lang.Exception:
org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized
xbean element mapping: authenticationUser in namespace
http://activemq.org/config/1.0


My plugins section from activemq.xml is below.  Any ideas what I'm doing
wrong?

<plugins>
  <simpleAuthenticationPlugin>
    <users>
      <authenticationUser username="sa" password="manager"
groups="producers,consumers,admins" />
    </users>
  </simpleAuthenticationPlugin>
</plugins>

-- 
View this message in context: 
http://www.nabble.com/Unrecognized-xbean-element-mapping%3A-authenticationUser-tp15902127s2354p15902127.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to