Author |
Message |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Sat Dec 24, 2011 9:07 am Subject: Invalid character error while reading a message from Q |
Appended how? There are other bits of the RFH2 header that need to change when "appending" NameValueData, so that it's interpreted as part of the RFH2 header, rather than the message body ... |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Sat Dec 24, 2011 9:02 am Subject: Invalid character error while reading a message from Q |
This doesnt look like a message from MQ / XMS, more from the application
.
Am recieving this exception when i consume a message from Q
From the Point of Orgination the message gets processed th ... |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Wed Dec 21, 2011 5:43 am Subject: Invalid character error while reading a message from Q |
any other way ?
Other team is simply saying they are able to do it using JAVA API.
Is this is a issue with xms.net API? |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Mon Dec 19, 2011 10:31 pm Subject: Invalid character error while reading a message from Q |
Is there any provision in XMS.net API |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Mon Dec 19, 2011 9:25 am Subject: Invalid character error while reading a message from Q |
what to do then? |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Mon Dec 19, 2011 3:41 am Subject: Invalid character error while reading a message from Q |
still the same
got some info on the message
RFH
MQSTR
<mcd><Msd>xmlns</Msd></mcd>
<jms><Rto>queue://QM2/RPI?persistence=1 ... |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Sun Dec 18, 2011 8:56 pm Subject: Invalid character error while reading a message from Q |
Thanks for the reply
1)
using the below sample code to consume
Dim objXMSFactory As XMSFactoryFactory = Nothing
Dim objConFactory As IConnectionFactory = Nothing
Dim objQueue ... |
Topic: Invalid character error while reading a message from Q |
sretsea_12
Replies: 17 Views: 18027
|
Forum: IBM MQ API Support Posted: Sat Dec 17, 2011 3:26 am Subject: Invalid character error while reading a message from Q |
Hi There,
Am using xms.net api for consuming a message from a queue and getting the following error
Description= ' ', hexadecimal value 0x06, is an invalid character.
Line 1, position 351.
or
... |