Posted: Mon Sep 16, 2002 4:38 am Post subject: Global Variable Accessing
Novice
Joined: 03 Jul 2002 Posts: 14
We have a mapping table which we wish to be globally accesible ie. any node within the message flow should be able to read the data in the mapping table.We can load this mapping table in Environment variables to achieve this but for every execution phase data will have to be loaded from the database.This loading from a database is quite an overhead.Is there some way of saving the mapping table values such that the loading is done only once(in the first message execution) and it is accessible by all nodes in the flow across one deployment phase ?
(Basically everytime a message is put in the input queue a database access should not take place)
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
I don't think current configuration supports this directly.
You could have one message flow retrieve information from db and write it into Shared Memory (using plug-in node), in your main message flow read this info from shared memory and use it. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
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