Yes, it's possible. You need to extend MessagingAdapter and override allowSend 
and allowSubscribe methods as needed. Currently, these methods return true but 
you can add your custom logic to allow/disallow subscribe and sends.

-Mete

--- In flexcoders@yahoogroups.com, "Benjamin" <benjamine...@...> wrote:
>
> Hello all,
> 
> We are using BlazeDS based messaging with Flex frontend. Is it  possible to 
> setup security such that when flex consumer tries to subscribe to a topic, I 
> need to do a custom security implmentation to check whether the client is 
> really entitled to the topic and prevent the client from subscribing if the 
> client is not entitled.
> 
> Thanks
> Ben
>


Reply via email to