Problem reading a Queue

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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Problem reading a Queue

Post by kaps »

Hi

I have designed a job to read message from Queue using MQ Stage and to write into Seqential file. Job design is fairly simple(MQ Stage to Seq File).
Job runs fine meaning it did not throw any warnings or errors but it does not read any messages...I was told that there are messages in that queue...
Is there any way I can verify if that queue really has any messages in it ? Can anyone tell me what could be other possible reasons it's not reading anything ?

FYI...MQ Server is installed in etl server and it's mapped to remote etl MQ server.

Any help is appreciated...

Thanks
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Post by kaps »

I found a way to browse the queue from command line...
It can be done using the queue browser called amqsbcg.
Post Reply