I tried the security example at \examples\features\standard\security as suggested by Clebert. I copied the the broker.xml and the user / role property files to my broker install. I ran the example code and I still get the same problem.
Exception in thread "main" javax.jms.JMSSecurityException: AMQ119031: Unable to validate user I fail at: // Step 6. bill makes a good connection. billConnection = createConnection("bill", "activemq", cf); billConnection.start(); There is something fundamentally wrong with how I am going about this. Perhaps there is something basic you think I know about, but I don't. But with a vanilla broker setup and simple example, I don't see why I am getting this problem. Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/basic-security-tag-in-bootstrap-xml-tp4705994p4706045.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.