MQ Message Limit

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
pavans
Participant
Posts: 116
Joined: Sun Sep 10, 2006 7:33 am
Location: bangalore, india

MQ Message Limit

Post by pavans »

Hi
I have a job which reads from MQ.
I have set Message Limit as 10,000 and set Destructive Read On.
If i get more than 15,000(say) Messages will the remaining are present in MQ destructing only Messages which are read.
Awaiting your suggestions.

Thanks,
Pavan
Thanks,
Pavan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Only messages that are read will be removed from the queue, so in your case the 2nd call of the job will find 5,000 entries in the queue (unless some process has written more)
Post Reply