MQ

 View Only
  • 1.  MQCMD_INQUIRE_CHANNEL_STATUS

    Posted Tue May 31, 2022 02:15 PM
    Hello,
      When would you use MQOT_SAVED_CHANNEL over Current channel status ?    do the counters of  'saved' status -- all accumulation buckets?

    Regards
    deb  




    ------------------------------
    Debabrata Ghosh
    ------------------------------


  • 2.  RE: MQCMD_INQUIRE_CHANNEL_STATUS

    IBM Champion
    Posted Wed June 01, 2022 12:27 AM

    Saved channel status shows the numbers as they apply to the last committed batch of messages sent over a channel. Current channel status shows the numbers including the in-progress batch of messages.

    Use the following two commands with your favourite MQSC interface to see the differences:-

    DISPLAY CHSTATUS(channel-name) SAVED ALL
    DISPLAY CHSTATUS(channel-name) CURRENT ALL

    It is also worth noting that you won't have ANY SAVED status until the channel has moved at least one batch of transactional messages - and by that I mean either persistent messages, or any messages if your channel has NPMSPEED(NORMAL) set.

    Cheers,
    Morag



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 3.  RE: MQCMD_INQUIRE_CHANNEL_STATUS

    Posted Wed June 01, 2022 11:15 AM
    Thanks Morag

    ------------------------------
    Debabrata Ghosh
    ------------------------------