If I use, textMessage and ElFileBody, i am able to feed specific values into my xml from csv but if I do the same using bytesMessage and RawFileBody, it is taking the xml as is and not feeding the csv values. Am I missing something??
Can some one post solution for this ? i am trying to publish bytesMessage dynamicall but RawFileBody is not replacing the values. ElFileBody is not supporting for bytesMessage. Is there any solution for this ?