Unfortunately the information in the doco page about security in insufficient to get security going in 5.5.0, at least with simpleAuthenticationPlugin. So what does one need to do? I don't know, but I can confirm that following the steps in the doco doesn't work and that the enable anonymous access option doesn't work either, as you discovered. See also this bug https://issues.apache.org/jira/browse/AMQ-3395, not sure if it's relevant to you. Regards, John
2011/7/7 James Green <james.mk.gr...@gmail.com> > Trying to get XMPP to work. Can connect but am told "Invalid username or > password". > > I don't currently have any authentication set up except the system / > manager > set that AMQ ships with for JMX purposes. Stomp connections require no > username/password. > > Right now all we want to do is see it "working". I tried adding <plugins> > with: <simpleAuthenticationPlugin> <users> <authenticationUser username= > "system" password="manager" groups="users,admins"/> <authenticationUser > username="user" password="password" groups="users"/> <authenticationUser > username="guest" password="password" groups="guests"/> > </users></simpleAuthenticationPlugin> as per the security > documentation but that > locked everything out including system/manager and guest/password. > > Any ideas? > > Thanks, > > James >