Handling large volume messages with Read Mq Source stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Handling large volume messages with Read Mq Source stage

Post by kalpna »

Hi!
I was wondering if any one could help me in this..
I am using a Read MQ source stage to read a message from MQ series and then storing it in to a file.
But, if the message is too big to handle ,there is a option in MQ Series to segment the message.
How can we process this segmented message in Datastage..??

Any suggestions?

Thanks
Kalpna.
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Post by kalpna »

I have seen a option in output tab 'Message Limit', which specifies the number messages to be read from the queue...
would this option allows me to handle the segmentation bit?..

Thanks
kalpna
manojkumarnayak
Participant
Posts: 21
Joined: Fri Nov 04, 2005 11:31 am

Post by manojkumarnayak »

Hi Kalpna

Message Limitis the number of messages to be read from the queue. A positive integer (a value greater than zero) for this field causes the stage to stop reading messages after the specified number has been read, even if messages remain on the queue. The default value 0 indicates that Message Limit does not indicate the end of the data.
when Message Limit is <= 0 it gives warning

For Segmentaed messages :
Go to Message Tracking Options and check the Offset box

manoj
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Post by kalpna »

Thank you!!..Manoj!!!!
I'll look into that

Kalpna
Post Reply