James,
I think the ">" character has a special meaning to activemq... I just
copied from the default configuration they have at
http://incubator.apache.org/activemq/security.html
thanks
asankha
James Strachan wrote:
I think Kelly was referring to the use of the > character in XML.
So you could try ">" to encode ">" nicely for XML.
On 7/31/06, Asankha C. Perera <[EMAIL PROTECTED]> wrote:
Hi Kelly
I just guessed using "*" and "anonymous" but they are of no use.. I was
not able to locate in documentation how this could be achieved.
thanks
asankha
Kelly Campbell wrote:
> Is it possible your queue name is causing the problem because it's an
> XML special character? What kind of error are you getting or is it
> just not probiding this access control you expect?
>
> On 7/28/06, asankha <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>>
>> I want to allow unauthenticated connections to read from a
>> destination, and
>> allow writes only to authenticated connections. e.g. *anyone* can
>> read from
>> a queue, but only a member of the admin group can write..
>>
>> How can I specify an AuthorizationEntry for this? The following
>> entries does
>> not work
>>
>> <authorizationEntry queue=">" read="*" write="admins"
admin="admins"/>
>> <authorizationEntry queue=">" read="anonymous" write="admins"
>> admin="admins"/>
>>
>> thanks
>> asankha
>>
>> --
>> View this message in context:
>>
http://www.nabble.com/Anonymous-read-and-authenticated-write-access-to-a-destination-tf2013985.html#a5535072
>>
>> Sent from the ActiveMQ - Dev forum at Nabble.com.
>>
>>
>
>