I am running Jboss EAP 4.3. I have a simple Java class which puts in and reads from a JMS queue. This works fine.
Now, I am trying to get secure JMS working. I've disabled guest access in testQueue and I have my messaging-roles(users).properties set up. However, my Java class tells me "javax.jms.JMSSecurityException: User: null is not authorized to read from destination testQueue". I've tried the following but all still don't pass the user. Does anyone know?