Hello,
I am using Spring JMS to receive messages from a WebSphere MQ queue. The problem with these messages is that they are all being sent by an IBM mainframe which has encoded them all in EBCDIC format. How can I convert the incoming messages back into ASCII or some other encoding that I can read and use ? Can I leverage some kind of MessageConverter or is it more complicated?
Thanks,
Brad
