|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Incoming message descriptor differs from outgoing |
« View previous topic :: View next topic » |
Author |
Message
|
Paul Fearon |
Posted: Fri Sep 07, 2001 11:28 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2001 Posts: 2
|
Hi,
We've written a plugin that converts NONXML(BLOB) to XML. The problem is that we do not know how to change the message descriptor for the outgoingconverted message. I.e. How do we call a different parser... I thinks thats the question..
Help..! |
|
Back to top |
|
 |
CodeCraft |
Posted: Sat Sep 08, 2001 2:23 am Post subject: |
|
|
Disciple
Joined: 05 Sep 2001 Posts: 195
|
You probably need to elaborate on this a bit. For starts, what was in the 'BLOB' that required a plugin to be created, and, specifically what aspect of the MQMD are you having trouble with? |
|
Back to top |
|
 |
granthmuk |
Posted: Mon Sep 10, 2001 2:53 am Post subject: |
|
|
 Apprentice
Joined: 16 May 2001 Posts: 38 Location: Edinburgh, Scotland
|
You may be able to do this in one of the following two ways-
1) Add a compute node before your MQOutput node and set the message properties in itusing ESQL similar to following
SET OutputRoot.Properties.MessageDomain = 'XML'; /* or whatever domain*/
2) Add a reset content descriptor node to force a re-parse of the message. Set the properties of the node to the message domain etc. that you need.
|
|
Back to top |
|
 |
Paul Fearon |
Posted: Mon Sep 10, 2001 7:57 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2001 Posts: 2
|
Everything is happening within one plug-in node. An XML message comes in. It is manipulated into an non-XML format to be propagated further. How do we make the parser realize that the outgoing message is of a different format? IBM's ResetContentDescriptor and Compute nodes are smart enough to be able to do this, as you have suggested. We would have to do the same thing internally to our plug-in node. How?
Thanks for your help. |
|
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
|
|
|
|