I think this will work for TextMessage message type: org.apache.servicemix.components.util.TransformComponent
But what happens when a MapMessage or ObjectMessage comes in?? (trial'n'error to be continued...) johper wrote: > > Hi > > Sending a JMS-message (TextMessage) from a client into SM JMS-consumer and > route it to another queue via JMS-provider is ok we do that. > > In real life our JMS-message client can send either a MapMessage or an > ObjectMessage to same JMS-consumer (queue) in SM. Can the NMR > translate/parse there messages or is there an api I can use to hook into > the message exchange in SM ? > > In worse case I can preprocess these messages by creating an MDB in JBoss > but would like to use Servicemix if possible? > > Any ideas? > > /Johan > > -- View this message in context: http://www.nabble.com/MapMessage-and-or-ObjectMessage-tf2226788.html#a6185440 Sent from the ServiceMix - User forum at Nabble.com.
