Re: [JBoss-user] jbossMQ question: durable subscriber user authentication

2003-08-29 Thread Aurele Vrata Venet
Hi Adrian, thanks for that I got over the JMSSecurityException: Connection not authorized error.I got another problem now. I was under the impression that a publish(msg, DeliveryMode.PERSISTENT, 3, 0) meant that the JMS provider would keep the message until the message was subscribed to

RE: [JBoss-user] jbossMQ question: durable subscriber user authentication

2003-08-29 Thread thomas . cherel
: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:54 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jbossMQ question: durable subscriber user authentication Take a look in jbossmq-state.xml Do you see something like ID:1 in the durable subscriptions? This means you

RE: [JBoss-user] jbossMQ question: durable subscriber user authentication

2003-08-29 Thread Adrian Brock
question: durable subscriber user authentication Take a look in jbossmq-state.xml Do you see something like ID:1 in the durable subscriptions? This means you are using annonymous client ids. Either configure your user with a client id in jbossmq-state.xml (see the example for john) or use