Author |
Message
|
Naftalanja |
Posted: Thu Feb 07, 2002 11:54 am Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
Hi i am using JMS for posting an XML message in ma local system, which
then transports to the server. I have a Filter note and a computer node.
After processing i am retrieving back the message. While retriving it throws the
following exception
javax.jms.MessageFormatException: MQJMS1052: Unrecognised JMS Message class
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
javax.jms.JMSException(java.lang.String, java.lang.String)
javax.jms.MessageFormatException(java.lang.String, java.lang.String)
javax.jms.JMSException com.ibm.jms.JMSMessage.newMessageFormatException(int)
com.ibm.jms.JMSMessage com.ibm.jms.JMSMessage._parseMcdFolder(javax.jms.Session, com.ibm.jms.JMSStringResources, java.lang.String)
com.ibm.jms.JMSMessage com.ibm.mq.jms.MQJMSMessage.createJMSMessage(com.ibm.mq.jms.MQSession)
com.ibm.jms.JMSMessage com.ibm.mq.jms.MQQueueReceiver.getMessage(long)
javax.jms.Message com.ibm.mq.jms.MQQueueReceiver.receiveInternal(long)
javax.jms.Message com.ibm.mq.jms.MQQueueReceiver.receive()
java.lang.Object com.countrywide.cssd.tcg.dv.hub.mqutilities.MqRecieverUtil.readMessageFromQueue(java.lang.String, java.lang.String, int)
void com.countrywide.cssd.tcg.dv.hub.mqutilities.MqUtilTest.main(java.lang.String [])
I have changed the Message format to xml though, but still it throws the same
error. Has any one encountered this problem ??? I am trying to fingure it out since yesterday afternoon.
For the InputNode at the server i have Message Domain as XML. Please can you all help me in this ???? I am still due for ma project. thanx in advance |
|
Back to top |
|
 |
EddieA |
Posted: Fri Feb 08, 2002 9:23 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
XML isn't a recognised message type for JMS.
The last node before the Output must be an RCD that changes the type to jms_text.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Naftalanja |
Posted: Fri Feb 08, 2002 10:49 am Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
How to change the RCD param ? please advice thanx. Sorry for the trouble
but i will posting in forum only from now. |
|
Back to top |
|
 |
Naftalanja |
Posted: Fri Feb 08, 2002 10:50 am Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
What params need to be changed in RCD NODE ???? |
|
Back to top |
|
 |
Naftalanja |
Posted: Fri Feb 08, 2002 10:58 am Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
Eddie i have the following params in RCD Node.
Message Domain
Message Type
Message Set
Message Format etc, can you please tell me which ones to check etc
so that its jms understandable. thanx and pliz its urgent eddie. thanx.
|
|
Back to top |
|
 |
EddieA |
Posted: Fri Feb 08, 2002 2:31 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
As I said in my message above:
... changes the TYPE to jms_text
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|