Re: Disable Stomp transport from sending messages

2008-12-03 Thread Joe Fernandez
The native security plugins are designed only to authenticate and authorize clients; they can't be configured to perform your custom filtering. I'd rely on the native security plugins to authenticate the clients and restrict their access to destinations and then plugin your customer BrokerFilter t

Re: Disable Stomp transport from sending messages

2008-12-03 Thread njones
We are also using the custom Filter to validate that a user subscribes with a selector that matches a regular expression we define. So I decided to have the Filter serve the second purpose as well of blocking the sending of messages from a Stomp client. Could all this be done via the native Secu

Re: Disable Stomp transport from sending messages

2008-12-02 Thread Dejan Bosanac
Hi, why don't you just use standard ActiveMQ security mechanism; connect Stomp clients with the appropriate credentials and give read-only access to destinations? Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/