can any knows,why carriage return characters are loses while the message sent to ibm websphere MQ.
normally we are fetching the data from data base using select query with for xml raw, i have modified the text existing column as replace(messagetext,char(10),char(13)char(10)),then were ever line feed is there it was converting in cr and lf by basing of replace state ment, after transfer the message to mq, if i check properties of the message data it was considering only line feeds, carriage returns are losed, can any one suggest on this