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/snyder/
Scripting in Java - http://www.scriptinginjava.net



njones wrote:
> Hi.
>
> We have a case at work where we want to disable the sending of messages over
> the stomp transport. Is this possible?
>
> I was looking at a custom BrokerFilter that overrides the send method and
> checks the connection info, but in my tests the Connection is being stripped
> out of the message at some stage during sending. It's there when I create it
> but gets lost along the way.
>
> I'm using version 5.2
>
> Any help would be appreciated.
> Thanks
> Nick.
>   

Reply via email to