Author |
Message |
Topic: Problem creating a message from Scratch |
martinstephenson
Replies: 4 Views: 2615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 2:25 am Subject: Problem creating a message from Scratch |
OK - here's what's in the Event Log:
( brkrpmp.default ) Unable to write message to queue 'HEARTBEAT' on queue manager ''. MQPUT failed: MQCC=2; MQRC=2097; message flow node 'EventProce ... |
Topic: Problem creating a message from Scratch |
martinstephenson
Replies: 4 Views: 2615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 19, 2006 9:59 am Subject: Problem creating a message from Scratch |
This is a simplified version of the error I'm seeing:
I am creating a message from Scratch - problem is when it goes onto an MQOutput node it dies, unless I set the MQOutput Message Context to "Set ... |
Topic: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
martinstephenson
Replies: 10 Views: 11439
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 20, 2005 3:14 am Subject: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
OK - After coming in fresh today after the weekend - got this sorted.
It turned out to be a problem with the CodedCharacterSetId - I had it as MQCCSI_DEFAULT, but when I tried to set the format to ... |
Topic: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
martinstephenson
Replies: 10 Views: 11439
|
Forum: IBM MQ Java / JMS Posted: Sat Jun 18, 2005 10:07 am Subject: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
Big thanks for the help - I'll get into first thing Monday morning.
Regards,
M. |
Topic: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
martinstephenson
Replies: 10 Views: 11439
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 17, 2005 11:57 pm Subject: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
OK, sorry - maybe he wasn't being sarcastic at all - I'm just fustrated trying to get this to work - apologies.
I'm working on a project and MQ is only a tiny part of it and I honestly don't have ... |
Topic: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
martinstephenson
Replies: 10 Views: 11439
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 17, 2005 12:59 pm Subject: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
You could actually be helpful by explaining instead of being sarcastic..
"There are no stupid questions...." I think you know the rest |
Topic: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
martinstephenson
Replies: 10 Views: 11439
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 17, 2005 8:40 am Subject: Error 2334 (Invalid RFH2) - Fixed ! But 1 more question... |
Hi,
I have the following code to set the mcd and jms folder in an MQMessage:
private final static String MCD_FOLDER = "<mcd><Msd>xml</Msd><mcd>";
pri ... |