|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Cache Database Records in Message Flow |
« View previous topic :: View next topic » |
Author |
Message
|
pottas |
Posted: Thu Jun 22, 2006 4:56 am Post subject: Cache Database Records in Message Flow |
|
|
 Disciple
Joined: 27 Oct 2005 Posts: 185 Location: South Africa
|
Guys,
I need some assistance...
First of all here's my set-up:
WBI 6, Fixpack 1, Toolkit 6.0.0.1
Interim Fix 4
And here's my question:
I need some way to load a DB table in memory to use the records for as long as the execution group is running / the flow is deployed.
Here's the scenario - I have a list of values in a table that I use to get the value from an Input message of my flow. So, in my database, I have the following type of records in qa table:
InputRoot.XML.SalesOrder.OrderID;
...from a subflow, I select this value from the database and then wrap an EVAL around it to get the physical value from my Input message. These values are then packed into an MRM and put on a queue for query purposes.
But this is expensive, firstly because of the I/O every time, and secondly the EVAL that I use.
So, what I want to know, is there a way to cache database records when I deploy a flow?
I understand that this is more of a design issue, so if someone out there have some other suggestion how to handle this, please let me know.
pottas |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jun 22, 2006 4:59 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Don't use EVAL.
Look at SHARED ROW variables (new with V6) or supportpac IA91. _________________ -wayne |
|
Back to top |
|
 |
pottas |
Posted: Thu Jun 22, 2006 5:46 am Post subject: |
|
|
 Disciple
Joined: 27 Oct 2005 Posts: 185 Location: South Africa
|
wschutz,
Thanks for the suggestion, I downloaded the Support Pack, will test it. Also, will scratch around to see how SHARED ROW variables work.
Thanks again
pottas |
|
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
|
|
|
|