As per my knowledge we take the payload and make it available as an OMNode (pls. correct me if I am wrong here). The message builders and formatters, as mentioned by Ruwan, are responsible for this work. So the content inside the JMS message should be available for you. Is this task something that requires accessing data outside the JMS payload? I mean information like JMS headers.
Thanks Saliya Ruwan Linton wrote: > Senaka, > > What do you mean by accessing the JMS message directly? Do you want the > byte stream or any of other format of the message? If you need to get > the JMS message as a byte stream then you need to mess around with the > Message Builders and formatters. > > BTW: Cab you please elaborate on your exact requirement? > > Thanks, > Ruwan > > Senaka Fernando wrote: > >> Hi all, >> >> After trying out some samples and a bit of debugging, I discovered >> that JMS messages are converted to XML within the message context and >> made available at the mediate() method. Can't I access the JMS message >> directly? >> >> Thanks, >> Senaka >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Esb-java-dev mailing list >> [email protected] >> http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev >> >> > > > _______________________________________________ > Esb-java-dev mailing list > [email protected] > http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev > > _______________________________________________ Esb-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
