Author |
Message |
Topic: Problem reading messages from queue using readString/CONVERT |
sachin_gk
Replies: 7 Views: 6852
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 28, 2004 10:03 am Subject: Problem reading messages from queue using readString/CONVERT |
Apologies for the last post. It got submitted inadvertently
When i said special characters, i meant characters which are not english language. Sorry if i was vague about it.
For eg - in the nam ... |
Topic: Problem reading messages from queue using readString/CONVERT |
sachin_gk
Replies: 7 Views: 6852
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 28, 2004 10:00 am Subject: Problem reading messages from queue using readString/CONVERT |
When i saud, i meant characters which are not english language. Sorry if i was vague about it.
For eg - in the name JOSE the written as JOSé . In this case it cannot handle é. |
Topic: Problem reading messages from queue using readString/CONVERT |
sachin_gk
Replies: 7 Views: 6852
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 28, 2004 8:32 am Subject: Problem reading messages from queue using readString/CONVERT |
We also tried the readFully method.
To give further details, we used the following
Read message without CONVERT
Then, used the following to convert
byte[] tmpStr=new byte[mqMsg.getData ... |
Topic: Problem reading messages from queue using readString/CONVERT |
sachin_gk
Replies: 7 Views: 6852
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 28, 2004 8:24 am Subject: Problem reading messages from queue using readString/CONVERT |
But this too returns the number of bytes in the message
****
getMessageLength
public int getMessageLength
Throws IOException.
The number of bytes of message data in this MQMessage object. ... |
Topic: Problem reading messages from queue using readString/CONVERT |
sachin_gk
Replies: 7 Views: 6852
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 28, 2004 7:43 am Subject: Problem reading messages from queue using readString/CONVERT |
Hi
We have a requirement to read messages from queues with Data conversion using Java.
Initially we used the MQGMO_CONVERT option in the getmessageoptions. However we noticed that it gave errors ... |
Topic: Problems loading com.ibm.mq.jar (V5R3) into Oracle 9i |
sachin_gk
Replies: 7 Views: 10345
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 05, 2004 8:27 am Subject: Problems loading com.ibm.mq.jar (V5R3) into Oracle 9i |
You may need to load connector.jar too (for the following javax/resource/spi/ConnectionRequestInfo ) |
Topic: MQSI Message Flow import into MQSI 2.1 |
sachin_gk
Replies: 1 Views: 2499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 06, 2002 7:14 pm Subject: MQSI Message Flow import into MQSI 2.1 |
Hi
The import of individual flows (which are filtered using mqsifiltermsgflows) from MQSI 2.0.1 to 2.1 does not work.
One method would be to import all the flows into MQSI 2.0.1, take a full ex ... |