|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Use of RCD |
« View previous topic :: View next topic » |
Author |
Message
|
j.johnrajkumar |
Posted: Thu Apr 17, 2014 6:55 pm Post subject: Use of RCD |
|
|
Newbie
Joined: 09 Apr 2014 Posts: 2
|
Hi, I known that we can use RCD to create message for different format.
like xmlnsc,mrm,idoc. My doubt is, where exactly the RCD is useful ?
can a single message be sent across different domain format and to different destination. ? suppose if the input domain is BLOB, i need to send it to webservices(soap) and sap node. is it possible ? if we are using the RCD after that only we should use the compute node for mapping. right ?
Because we have the parsing option in the input nodes its self. then why is the need for the separate node as RCD ?
And if we are sending it to different target system, only one message tree is reset twice. or a copy of messages should be created for each target ?
can somebody please clarify this ?
This may be a very basic question.
But, I have googled, but couldt find a solution.
Thanks in advance.
Regards,
John |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Apr 17, 2014 8:31 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The most useful usage of RCD I have seen is right after the input node right before any error handling on the failure branch. Setting the domain back to BLOB. This way you are sure to have the payload in the error output.
Imagine sending a non XML message to an MQ Input node with XMLNSC parser... How do you save the message content for your failure report?
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Apr 17, 2014 10:29 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
fjb_saper wrote: |
Imagine sending a non XML message to an MQ Input node with XMLNSC parser... How do you save the message content for your failure report?
|
We don't. What we do is put the MQMD Message ID in the report and the message itself in on the BOQ. When you are dealing with large messages, it (IMHO) makes sense not to try to put them in the report but to reference them in it instead. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Apr 18, 2014 4:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
smdavies99 wrote: |
fjb_saper wrote: |
Imagine sending a non XML message to an MQ Input node with XMLNSC parser... How do you save the message content for your failure report?
|
We don't. What we do is put the MQMD Message ID in the report and the message itself in on the BOQ. When you are dealing with large messages, it (IMHO) makes sense not to try to put them in the report but to reference them in it instead. |
Doesn't matter... as soon as you handle the message through the failure terminal, if you don't use RCD to BLOB you risk having an empty message...
I understand you use the automatic bothresh and boqueue set up...
Fine for queues.... what do you do if the message is http and non XML?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|