put message to websphere MQ connector

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
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

put message to websphere MQ connector

Post by ag_ram »

hi,

i have following scenario:

database----extract---File
File---Put---- MQ

All the data put to queue as single message, by configuring sequential file.

here the queue has limit of 4 mb, i can get a scenario where data is greater than 4mb. In that case i have to split it in say 1000 records / file using row num function in transformer. But how can i configure how many files required or is this approach correct.

Please guide me.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

From your description it isn't quite clear what you are doing. Do you have 1 row with over 4Mb, or a group of rows totalling over 4Mb?
...All the data put to queue as single message...
, then
...split it in say 1000 records / file...
Post Reply