Hi All I have written a simple client program which send a request to the IBM MQ Queue and get the data back from the queue. In the background EJBs are called and data are retrieved from the database and placed in the MQ Queue, while I try to get the data from the queue I am getting this exception... Waiting for the message to arrive..... Exception caught :java.io.UnsupportedEncodingException: 1051 Can anyone let me know why I am getting UnsupportedEncodingException. Your suggestion is welcome. Rashid
George Brown
Ranch Hand
Joined: Sep 26, 2000
Posts: 919
posted
0
I'm not sure which part of this is involved with WLS. Are you using the JMS API for this?
George Brown
Ranch Hand
Joined: Sep 26, 2000
Posts: 919
posted
0
"rashid g", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words (a single letter does not constitute a word), separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements. Thanks.
rashid g
Greenhorn
Joined: Jul 20, 2001
Posts: 25
posted
0
Hi George Yes, I am using JMS API. But my problem is solved. Thanks