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.  MQ Channel connect from which kind of client in which version?

    Posted yesterday

    I´m looking for the channel connector(server & client) information which kind of channel(java,mq, etc.) in which version take place.

    Regards

    Frank



    ------------------------------
    Frank Tielmann
    ------------------------------


  • 2.  RE: MQ Channel connect from which kind of client in which version?

    Posted 17 hours ago
    Edited by om prakash 17 hours ago

    display chs(channel name) provides the version of MQ Client being used.

    look for attribute `RVERSION` 

    If the client version displays 0000000 then it is MQ 7 and lower.

    Attribute RAPPLTAG will display the application name; java will have .jar if C the application name.

    dis chs(TLS.TEST) RVERSION
    AMQ8417I: Display Channel Status details.
       CHANNEL(TLS.TEST)                       CHLTYPE(SVRCONN)
       CONNAME(127.0.0.1)                        CURRENT
       STATUS(RUNNING)                         SUBSTATE(RECEIVE)
       RVERSION(09030401) 
    

    You can reference this document



    ------------------------------
    om prakash
    Architect
    NorthwesternMutual
    Milwaukee
    ------------------------------



  • 3.  RE: MQ Channel connect from which kind of client in which version?

    Posted 17 hours ago

    In addition to RVERSION, also look at RPRODUCT which will show you whether its a C client or a Java Client etc.

    Full set of values shown here.

    This blog post has more details too.

    Cheers,

    Morag



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