Author |
Message |
Topic: java.io.EOFException thrown by MQMessage.readmessage |
mjain_mq
Replies: 2 Views: 4654
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 17, 2013 5:54 am Subject: java.io.EOFException thrown by MQMessage.readmessage |
Hi
I am getting below error while tryting to read a particular message, while the code works fine for other.
java.io.EOFException
at com.ibm.mq.MQMessage.readConvertedString(MQMessage.java:828)
... |
Topic: MQMessage Correlation ID getting changed |
mjain_mq
Replies: 10 Views: 6352
|
Forum: General IBM MQ Support Posted: Mon Jul 15, 2013 1:01 am Subject: MQMessage Correlation ID getting changed |
Thanks mqjeff.......could you please suggest the way to get the correl id into string. |
Topic: MQMessage Correlation ID getting changed |
mjain_mq
Replies: 10 Views: 6352
|
Forum: General IBM MQ Support Posted: Mon Jul 15, 2013 12:52 am Subject: MQMessage Correlation ID getting changed |
Does TEX require the CORRELID value be a string, or can it just accept the value passed to it?
TEX needs it as a string. It actually expects an XML message with transaction id as one of the tag ... |
Topic: MQMessage Correlation ID getting changed |
mjain_mq
Replies: 10 Views: 6352
|
Forum: General IBM MQ Support Posted: Mon Jul 15, 2013 12:33 am Subject: MQMessage Correlation ID getting changed |
Ok.....There is another application called TEX. Now TEX uses the transaction ids to update the state of transaction. When client puts message to the queue, it records the transaction (using the Msg id ... |
Topic: MQMessage Correlation ID getting changed |
mjain_mq
Replies: 10 Views: 6352
|
Forum: General IBM MQ Support Posted: Mon Jul 15, 2013 12:25 am Subject: MQMessage Correlation ID getting changed |
Thanks for reply exerk.....I need to pass the Correl id to another application which logs it and same is used as transaction is to identify the transactions. Is there any way we can read correlation i ... |
Topic: MQMessage Correlation ID getting changed |
mjain_mq
Replies: 10 Views: 6352
|
Forum: General IBM MQ Support Posted: Sun Jul 14, 2013 11:30 pm Subject: MQMessage Correlation ID getting changed |
Hi,
I have a java adapter which reads message off the queue. I am trying to access the correlation id as I need same to be logged. When I try to read the Correlation ID and convert it into string, it ... |