[JBoss-user] [Messaging, JMS JBossMQ] - Durable Subscription Authentication

2005-07-21 Thread malmit
I am trying to get durable scription working for a topic that I created so that I can have guaranteed message delivery. The problem is that I am stuck trying to authenticate using the mdb-user and mdb-passwd in jboss.xml. How do I setup the users/roles? I know that I somehow need to use JAAS

[JBoss-user] [Messaging, JMS JBossMQ] - Durable Subscription authentication error

2005-02-14 Thread amitkrsingh
Hello All, I am getting this exception every time I try to connect to a topic using javax.jms.JMSSecurityException: Connection not authorized to addMessages to destination tcon = tconFactory.createTopicConnection(john, needle); I am using Durable subscriptions which requires a userid. where