Posted: Wed Mar 23, 2005 2:19 pm Post subject: processing Huge BackLog
Partisan
Joined: 24 Sep 2003 Posts: 355
We had an Issue....
One of our Destination System broke out and all the messages are queued up in the destination queue, from 1 week
the messages were thrown away once the system has come up.
so the source system has agreed to resend all of them, now the pblm is the backlog is apprx. 1.2 Million messages.
There are two Flows before the Broker routes to the destination queue.
what wud be the best way to reprocess...them, so tht Qmgr or CPU does'nt get overhead.
like ...making multiple instances of the Flow or...processing them in off peak hours
Increasing number of instances is like running multiple threads , increasing execution groups ( creating another execution group - clone of exsisting one) is equivalent to running multiple process.
Process scaling requires more CPU than Thread scaling , but process can give better performance than thread if applications are CPU intensive and otherway if its memory intensive.
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