Ok, it's solved. The point is that when using the 437 encoding to be able to use characters such as Ñ you must use the
message.writeBytes(content);
method instead of writeString.
That's it.
Hi,
I'm working on a client application in Java that must access a QMGR in a Solaris system. The QMGR has a CCSID value of 437 (this must be so because it sends messages to a NT server which cannot change its CCSID).
The system goes well using amqsput/amqsget, even using special Spanish...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.