Hi
I have deployed a MDB (java 5) in Jboss6.0 and am trying to invoke it by posting a message to the Queue from a stand alone program that runs outside the container. When I created the queue I did not attach any roles to the Queue. But the standalone program is not able to post the message as the container tries to authenticate the user. I have not set any user credentials in the stand alone program.
Can someone let me know how to turn off the security ? or how to get around this issue ?
You created this queue from the admin-console or did you set it up manually in a xml file? From what I know, the queues aren't secured by default, so you shouldn't really be seeing this exception. Can you post the queue configuration in the .xml (look for it in the deploy folder of JBoss AS)?