Re: MessageTransformer and JMS Stream messages

2010-01-28 Thread davdres
he stream is exhausted. I guess it could apply the transform to each > of the individual messages that make up the stream. Is that what you > expect? > If so, it would be an easy changed to try out. > > On 26 January 2010 17:46, davdres wrote: > >> >> I have been exper

MessageTransformer and JMS Stream messages

2010-01-26 Thread davdres
I have been experimenting with using the MessageTransformer Interface to tag messages with security information (user and roles) at the producer. Then the message transformer would validate and extract this information at the consumer allowing the consumer to perform audits and authorization base