You must have some authentication plugin configured. Authorization checks whether authenticated user has appropriate priveleges for particular destination. If no user is authenticated - exactly what happens when there is no authentication - noone will be able to perform any operation.
Besides users that access broker from the network, user that started broker process on the server must also be authenticated; otherwise, broker will not function. I had a problem when I configured certificate login as the only login module. User that starts broker on the server is authenticated by username and not by certificate so I had to allow another login module that takes username. Hope I didn't confuse you more... Regards, NGC lolo wrote: > > I have the same problem. > > Im trying to configurate <destinations> and <authorizationEntries>, but i > always get the same error from the broker: SecurityException: User is not > authenticated. > > http://www.nabble.com/file/3774/activemq.xml activemq.xml > > Please, i need an answer, because i need destinations and security for my > queues and older versions dont support it. > > Thanks in advance. > -- View this message in context: http://www.nabble.com/Cannot-start-broker-tf2391670.html#a6921234 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
