Even if you use JMS URIs you can set the CCSID.
For each message you can set it differently.
JMS URI looks like this
///RECEIVER.DATA.QUEUE?CCSID=37&targetClient=1
You can build it in your app.
Before creating the QueueSender object, if you know what CCSID the message is going to be, you can build the queue URI and then do whatever you want.
The issue is knowing the int CCSID value. I have no issues in how to set it. Just that I need the int CCSID value and don't know how to get it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum