Message Trigger jobs using UNIX

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
siva7143
Participant
Posts: 35
Joined: Wed Aug 09, 2006 12:20 am

Message Trigger jobs using UNIX

Post by siva7143 »

Hi,

Job need to be run whenever their is an message posted in the Queue, since its an real time scenario their is no time frequency of the messages available in Queue.

When an job is triggered if message is received in Queue, job status is still in "Running", then if any other message hits the Queue the job should wait until the current Job status is "Finished".

Can you help me how to handle this scenario.

Regards,
Siva Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

"the Queue"? Can you be more specific, please? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
rupeshg
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 22, 2005 6:02 am
Location: United Kingdom

Post by rupeshg »

If you are refering "the queue" to Websphere MQ and your Datasatge job gets triggered by the MQ message on the stack, I suggest you design your Datastage job as multi-instance.
Note:Assumption is that there is no dependency between messages on MQ
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'm way past making any assumptions about what people may mean here, hence the request for clarification. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply