Question
Wipro Limited
CA
Last activity: 14 Sep 2017 3:15 EDT
Encoded character gets converted to ASCII value while sending the message via JMS queue
Hi All,
We are trying to send XML message with Base 64 encoded text via JMS queue to an endpoint, but "+" character in the string gets translated to its ASCII value i.e + . All other characters are intact and we can see request getting posted correctly to the queue.
For e.g
Base 64 string -
Hi All,
We are trying to send XML message with Base 64 encoded text via JMS queue to an endpoint, but "+" character in the string gets translated to its ASCII value i.e + . All other characters are intact and we can see request getting posted correctly to the queue.
For e.g
Base 64 string -
PERhdGE+IDxDbGllbnRzPiA8cmVmZXJlbmN
lTnVtYmVyPmQ4Yzg3ZWE3LWI2OWQt
Translates to
PERhdGE+IDxDbGllbnRzPiA8cmVmZXJlbmN
lTnVtYmVyPmQ4Yzg3ZWE3LWI2OWQt
Anyone faced similar issue ? Is it related to Queue configuration or something additional required to post base 64 string via JMS.
TIA
Ashish