I have a webservice which returns XML string which in turn is captured by the callout mediator and its been sent to a JMS queue. But when I see the content in the queue, the '<' symbol is being shown as '<' in activemq queue monitor. Any ideas to solve this, I want to show it as '<' itself. Sample message below. \[code\]<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://dummy.com.com/"><soapenv:Body> <ns2:validatePrescriptionResponse xmlns:ns2="http://dummy.com.com/"><return><Prescription xmlns="http://hl7.org/fhir"> <status value="http://stackoverflow.com/questions/15675023/active"/> <patient> <type value="http://stackoverflow.com/questions/15675023/Patient"/> <url value="http://stackoverflow.com/questions/15675023/will smith"/> </patient> <prescriber> <type value="http://stackoverflow.com/questions/15675023/Provider"/> <url value="http://stackoverflow.com/questions/15675023/Dr. stefan wright"/> </prescriber> <prescribed value="http://stackoverflow.com/questions/15675023/2013+05:30"/> <prescribed/> <dispense> <repeats value="http://stackoverflow.com/questions/15675023/10"/> <quantity> <value value="http://stackoverflow.com/questions/15675023/125"/> <units value="http://stackoverflow.com/questions/15675023/ml"/> </quantity> <dispenser> <type value="http://stackoverflow.com/questions/15675023/Clinic"/> <url value="http://stackoverflow.com/questions/15675023/Clinic"/> </dispenser> </dispense> <medicine> <identification> <text value="http://stackoverflow.com/questions/15675023/Penicillin VK oral suspension"/> </identification> </medicine> <administrationRequest> <description value="http://stackoverflow.com/questions/15675023/Penicillin VK oral suspension12510"/> <totalPeriodicDose> <numerator> <value value="http://stackoverflow.com/questions/15675023/1250"/> <units value="http://stackoverflow.com/questions/15675023/mg"/> <code value="http://stackoverflow.com/questions/15675023/mg"/> </numerator> <denominator> <value value="http://stackoverflow.com/questions/15675023/1"/> <units value="http://stackoverflow.com/questions/15675023/day"/> <code value="http://stackoverflow.com/questions/15675023/d"/> </denominator> </totalPeriodicDose> <duration> <value value="http://stackoverflow.com/questions/15675023/10"/> <units value="http://stackoverflow.com/questions/15675023/days"/> <code value="http://stackoverflow.com/questions/15675023/d"/> </duration> <dosageInstruction> <doseQuantity> <value value="http://stackoverflow.com/questions/15675023/125"/> <units value="http://stackoverflow.com/questions/15675023/mg"/> <code value="http://stackoverflow.com/questions/15675023/mg"/> </doseQuantity> <schedule> <repeat> <frequency value="http://stackoverflow.com/questions/15675023/10"/> <duration value="http://stackoverflow.com/questions/15675023/10"/> </repeat> </schedule> </dosageInstruction> </administrationRequest> <reason> <text value="http://stackoverflow.com/questions/15675023/Headache"/> </reason></Prescription></return></ns2:validatePrescriptionResponse> </soapenv:Body></soapenv:Envelope>\[/code\]Please help-Guru @gnanagurus