MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  View the coupling facility structure queue limit

    Posted Thu February 02, 2023 03:50 AM
    Hey there MQ folks,

    is there a way to view the amount of queues on a coupling facility structure? Since the limit is 512, and we just recently hit that threshold, we wanted to know if there's a way or command that lets you display the amount of queues asigned to a specific structure.

    Kind regards,
    Sebastian

    ------------------------------
    Sebastian Wilk
    ------------------------------


  • 2.  RE: View the coupling facility structure queue limit

    Posted Thu February 02, 2023 04:21 AM

    Hi,

    Try:

    +CPF DIS QL(*) WHERE(CFSTRUCT EQ STRUCTURENAME)




    ------------------------------
    Regards, Matt.
    ------------------------------



  • 3.  RE: View the coupling facility structure queue limit

    Posted Thu February 02, 2023 07:19 AM
    Hey Matt,

    thanks! That did the trick, I did not think that the display qlocal command would also contain a count in it.
    One never stops learning, much appreciated.

    ------------------------------
    Sebastian Wilk
    ------------------------------