View previous topic :: View next topic
|
Author |
Message |
Deepa.m
New User
Joined: 28 Apr 2005 Posts: 99
|
|
|
|
can i get the number of messages in the queue I don't want the messages to get deleted when we read the queue its count. please don't give any online options ...I want this process to be automated for my application so that it gets the queue counts before starting the process. |
|
Back to top |
|
 |
vijay_in
New User

Joined: 14 Jul 2005 Posts: 4 Location: Bangalore
|
|
|
|
Hi,
You can get count using MQSC command in SDSF but thats online command. In order for Program Automation you can send the MQSC cammand as input data and do a MQPUT on SYSTEM.COMMAND.QUEUE. In your MQMD dont forget to give reply_to_q so that you get the response in the reply q. So in your Reply q you will get the Count of the queue.
Note : For putting message to SYSTEM.COMMAND.QUEUE you need priviledges check up with your Admin.
Regards,
Vijay S |
|
Back to top |
|
 |
vijay_in
New User

Joined: 14 Jul 2005 Posts: 4 Location: Bangalore
|
|
|
|
Sorry its not SYSTEM.COMMAND.QUEUE. Correct queue name is SYSTEM.COMMAND.INPUT. This Method will work only in ZOS.
Regards,
Vijay S |
|
Back to top |
|
 |
|