Suppose I have text message (not xml) in a queue. I want to use two endpoints: queue consumer and bean provider * Can I use NormalizedMessage.content as placeholder for this text message? * If not where should I put it? NormalizedMessage.attachment, NormalizedMessage.property?
Of course, I might wrap the text message with some node and now it would be an xml - so using NormalizedMessage.content would be an obvious choice. But I really don't like it: unecessary overhead. thanks Michal -- View this message in context: http://www.nabble.com/sending-none-XML-data-through-the-bus-tf4695676s12049.html#a13422270 Sent from the ServiceMix - User mailing list archive at Nabble.com.
