Re: Secutiry and Predefined Destinations

2008-05-25 Thread Jean-Fabrice [gmail]
2008/5/23 Tom Purcell <[EMAIL PROTECTED]>: > And I get: > java.lang.SecurityException: User queryuser is not authorized to create: > queue://Wile.Jms.Queue.Query.Asset > > So I'm not sure how to connect to a predefined queue. Can you point me at an > example? > I think I have a similar issue, as d

Re: Secutiry and Predefined Destinations

2008-05-25 Thread ttmdev
Tom, I played around with this some more. Here's my setup and what I'm seeing. I have a queue called TEST.Q, which gets created when the broker starts up. That is, I have the following in the broker's cfg file. And I see the following DEBUG statement being put out when the broke

Re: Secutiry and Predefined Destinations

2008-05-24 Thread Tom Purcell
Looks like jira it is. I have not tried the consumer yet. Mined sharing your code? ttmdev wrote: > > Yup, I'm getting the same thing w/my JNDI producer. However, my consumer > has no problem. Perhaps a JIRA is in order ;) > > Joe > > > > Tom Purcell wrote: >> >> Joe >> >> Thanks for the f

Re: Secutiry and Predefined Destinations

2008-05-23 Thread ttmdev
Yup, I'm getting the same thing w/my JNDI producer. However, my consumer has no problem. Perhaps a JIRA is in order ;) Joe Tom Purcell wrote: > > Joe > > Thanks for the follow up. I'm almost where I need to be. I made one > change. I upgraded from AMQ 5.0 to AMQ 5.1. The SecurityException we

Re: Secutiry and Predefined Destinations

2008-05-23 Thread Tom Purcell
Joe Thanks for the follow up. I'm almost where I need to be. I made one change. I upgraded from AMQ 5.0 to AMQ 5.1. The SecurityException went away and AMQ came up clean. But I'm still have a problem and I think it has more to do with my client code than AMQ itself. That is I'm not sure how to co

Re: Secutiry and Predefined Destinations

2008-05-23 Thread ttmdev
FWIW, I have dropped your configuration into my setup (AMQ 5.1, JDK 1.5.0_06-b05, Windoze XP Pro) and have not encountered your problem. I have used both jaasAuthenticationPlugin and simpleAuthenticationPlugin. Joe Tom Purcell wrote: > > Hello > I'm trying to get the ActiveMQ authorizatio