|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
DestinationList and Scratchpad |
« View previous topic :: View next topic » |
Author |
Message
|
gowdy |
Posted: Fri Sep 14, 2001 9:25 am Post subject: |
|
|
Apprentice
Joined: 17 Jul 2001 Posts: 29 Location: Bournemouth, UK
|
Hi
Can anyone point me towards good documentation detailing the use(s) of DestinationList and, primarily, the operation of the scratchpad?
Many thanks
Mark |
|
Back to top |
|
 |
Cliff |
Posted: Mon Sep 17, 2001 1:52 am Post subject: |
|
|
Centurion
Joined: 27 Jun 2001 Posts: 145 Location: Wiltshire
|
Mark,
you need to look at the Exception and Destination List Structure section in the ESQL Reference part (Appendix C) of Using The Control Center.
There is no separate scratchpad - the Exception and Destination lists are just trees so you can add data to them as you would to an XML tree, in Compute or Database nodes. They have a defined structure but you can add your data wherever you want, within reason if you want to maintain their original function:
SET OutputDestinationList.Mydata.Field1 = 'abitofdata';
Don't forget to go to the Advanced tab in the Compute node because the Destination and Exception lists are not propagated by default!
Regards - Cliff
|
|
Back to top |
|
 |
CodeCraft |
Posted: Sat Sep 22, 2001 12:19 am Post subject: |
|
|
Disciple
Joined: 05 Sep 2001 Posts: 195
|
Be careful with the desintation list if you are also using route to label. The contents appear to be reset once a message has been propagated to a label node. |
|
Back to top |
|
 |
mapa |
Posted: Mon Oct 01, 2001 4:46 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
Hi,
Quote: |
On 2001-09-22 01:19, CodeCraft wrote:
Be careful with the desintation list if you are also using route to label. The contents appear to be reset once a message has been propagated to a label node.
|
Well, if you set up:
"OutputDestinationList"."Destination"."RouterList"."DestinationData"[1]."labelname" = 'B';
"OutputDestinationList"."Destination"."RouterList"."DestinationData"[2].labelname = 'A';
Then you set up a flow that uses RouteToLabel(last), when you come to Label 'A', then the destinationlist has removed the .DestinationData[2], but keeps the first one.
Best regards Magnus Palmér |
|
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
|
|
|
|