Re: Disable Stomp transport from sending messages

2008-12-03 Thread njones
ive 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 > > >

Disable Stomp transport from sending messages

2008-12-01 Thread njones
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 som