Author |
Message |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 05, 2009 9:02 am Subject: MRM on JavaCompute - WMBv61 |
Hi everybody.
Thanks for the help. I wasn't able to set the correct values to the fields related to Message Properties, so they were empty. I removed some lines of code that made a copy of headers an ... |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 24, 2008 4:36 am Subject: MRM on JavaCompute - WMBv61 |
Does anyone have a complete example of this that I'm trying to do?
Thanks |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 24, 2008 4:25 am Subject: MRM on JavaCompute - WMBv61 |
CWF1?
No, in the definition I have:
Custom wire format
---- CWF |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 24, 2008 4:10 am Subject: MRM on JavaCompute - WMBv61 |
Sorry, but I didn't understand.
Should I change messageFormat.SetValue() to what?
When I look the message set definition I've got something like:
Properties Hierarchy
-Message Set
-XML ... |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 23, 2008 12:29 pm Subject: MRM on JavaCompute - WMBv61 |
I've got the solution to that problem, but now I have another one.
I think it's when I set up the message properties, like below.
messageSet.setValue("F6BG5PS002001");
messageType.setVa ... |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 22, 2008 4:25 pm Subject: MRM on JavaCompute - WMBv61 |
Yes, in ESQL I have it done.
Input and Output aren't identical. I'll need to do some mapping.
But, my doubt is that when I get the message root, I call the method createLastChild or something like t ... |
Topic: MRM on JavaCompute - WMBv61 |
felipe.mq
Replies: 13 Views: 7290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 22, 2008 11:40 am Subject: MRM on JavaCompute - WMBv61 |
Hi people,
I am trying to develop a JavaCompute Node that receives a XML message from a queue and sends a MRM message (based on a copybook) to another queue, but I don't know how to create the MRM me ... |