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