I created a message flow that react quickly to changes to application data held in database.and retrieves updated data directly from the database.
and generates the xml and puts into the MQ Queue.
...
We have a message flow(broker6.0) in which a single compute node
used to invoke 12 procedures(oracle procedures) to interact with oracle 10g database by using a common Data Source Name.
For I ...