You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by alixey <mr...@gmail.com> on 2016/06/09 06:13:54 UTC

Re: Secure broker and web console: Cannot send to queue

I have same problem on 5.13.3!
I just added to simpleAuthenticationPlugin credentials from jetty. So, i
had:
        <plugins>
          <simpleAuthenticationPlugin>
            <users>
              <authenticationUser username="keeper" password="pass"
groups="publishers,consumers"/>
              <authenticationUser username="system" password="web_pass"
groups="publishers,admins"/>
              <authenticationUser username="admin" password="adminpass"
groups="publishers,admins"/>
           </users>
          </simpleAuthenticationPlugin>
        </plugins>

After that, sends to queue fine!



--
View this message in context: http://activemq.2283324.n4.nabble.com/Secure-broker-and-web-console-Cannot-send-to-queue-tp4704992p4712803.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.