MQ connector + XML input not processing single message

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
Gius
Participant
Posts: 29
Joined: Mon Mar 09, 2015 2:10 am

MQ connector + XML input not processing single message

Post by Gius »

Hello,
I'm using an MQ connector ( configure as real time with wait time = -1 )
with XML input. But the problem is when I put a message in the Queue, it doesn't process it. When I put in another message, it processes the earlier message and the new one.

configuration for the MQ connector is ;
wait time -1
message quantity -1
record count 1
time interval 0

thank you
Naren12345babu
Premium Member
Premium Member
Posts: 76
Joined: Wed Jan 06, 2016 9:40 am
Location: Bangalore

Re: mq connector + xml input

Post by Naren12345babu »

Hi , Check setting in MQ. You will have a setting where MQ will not process if the no. of messges in queue is 1. (1 is specified in the property of MQ).
Thanks
Naren Babu Ch
Post Reply