Author |
Message
|
Brendon. |
Posted: Sat Jul 05, 2008 3:20 am Post subject: MQJMS1050 ERROR |
|
|
Newbie
Joined: 05 Jul 2008 Posts: 4
|
I cannot seem to resolve a mqjms1050 error when receiving messages from a local MQ.
I'm running MQ 6.0 with latest fixpack of 6.0.2.4.
From what I can tell, this issue was solved since MQ 5.3 apparently where Properties.blah were empty.
I have a workmate that is also running MQ 6.0 with latest fixpack and he has no issues at all.
We are running the same flow, using the same JMS client, sending the same message.
If I send the message to MQ on z/os, its fine, which seems to narrow it down to my local installation of MQ.
Can anyone help ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jul 05, 2008 9:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Please for all JMS errors we do need the LinkedException (contained in the JMSException) as it will hold the provider's error codes (completion code and reason code)
Thanks  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Brendon. |
Posted: Sun Jul 06, 2008 2:53 am Post subject: |
|
|
Newbie
Joined: 05 Jul 2008 Posts: 4
|
This is all the info I could get when the exception occurred.
e MessageFormatException (id=31)
cause MessageFormatException (id=31)
detailMessage "MQJMS1050: The MQRFH2 header has an incorrect format"
errorCode "MQJMS1050"
linkedException null
stackTrace null |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jul 06, 2008 8:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Brendon. wrote: |
This is all the info I could get when the exception occurred.
e MessageFormatException (id=31)
cause MessageFormatException (id=31)
detailMessage "MQJMS1050: The MQRFH2 header has an incorrect format"
errorCode "MQJMS1050"
linkedException null
stackTrace null |
The error seems quite clear to me. How was the message created?
If it was with JMS can you tell us the version and CSD?
(keep in mind that with the 5.3 version there were some CSDs that were notoriously bad where JMS is concerned). _________________ MQ & Broker admin |
|
Back to top |
|
 |
Brendon. |
Posted: Sun Jul 06, 2008 1:41 pm Post subject: |
|
|
Newbie
Joined: 05 Jul 2008 Posts: 4
|
Yes, message created using JMS.
How does one find out the version and CSD that its using ?
If any help, I'm using MQ 6.0, and WMB Toolkit 6.0 |
|
Back to top |
|
 |
Brendon. |
Posted: Sun Jul 06, 2008 10:44 pm Post subject: |
|
|
Newbie
Joined: 05 Jul 2008 Posts: 4
|
Looks like we have figured out the issue, mq broker was only at version 6.0.0.3, whereas it prob will work once the fixpack is installed to bring it up to 6.0.0.6 |
|
Back to top |
|
 |
|