Posted: Tue May 04, 2010 9:41 am Post subject: DB value change alert
Centurion
Joined: 04 Oct 2008 Posts: 147 Location: US
We are using a Shared Row variable to dump all the database table values(around 1500 records). First time messages flow hits the database and fills up shared row. Next time onwards, message flows retrieves from Shared row.
Now we need to know how we have to handle when there is a change in table values.
A few suggestions:
1. DB owner has to create an application which drops a message to a MQ whenever the DB is updated.
2. A message flow can be set to be running all the times(24/7) which hits the Database and checks the DB values with Shared Row variable.
I would like to know which would be the best approach to go ahead. _________________ Regards
Paul
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
If the database is volatile then you probably don't want to put the data in shared rows. If it updaed only occassionally and the changes are under your control then restart the flows at the same time the database is updated.
Rgds
Fr. Jack. _________________ Never let the facts get in the way of a good theory.
If the database is volatile then you probably don't want to put the data in shared rows. If it updaed only occassionally and the changes are under your control then restart the flows at the same time the database is updated.
Rgds
Fr. Jack.
Is there any way to automate the process of restating the message flows possibly using any scripts/commands? _________________ Regards
Paul
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