App Connect

 View Only
  • 1.  Associate a INODE with a QMGR so that a start of the QMGR also starts the INODE

    Posted Mon May 20, 2024 09:00 AM

    Hi all,

    in IIB, we had the following command

    mqsichangebroker ... -d  'defined'
    On ACE
    mqsichangebroker
    BIP8101E: The functionality provided by the mqsichangebroker command is now available using the mqsichangeproperties command.
    What would the equivalent command be?


    ------------------------------
    Emile Kearns
    ------------------------------


  • 2.  RE: Associate a INODE with a QMGR so that a start of the QMGR also starts the INODE

    IBM Champion
    Posted Mon May 20, 2024 02:09 PM

    Hello Emile

    Have you tried something like this: "mqsichangeproperties YOUR_NODE_NAME -o BrokerRegistry -n applicationDefinition -v 'defined'"? Let me know if it works :)

    Regards,

    Kjetil



    ------------------------------
    Kjetil Svihus
    ------------------------------



  • 3.  RE: Associate a INODE with a QMGR so that a start of the QMGR also starts the INODE

    Posted Tue May 21, 2024 02:54 AM

    Hi Kjevit,

    BIP8829E: Invalid property name 'applicationDefinition' specified.

    BrokerRegistry
      allowSNI=''
      allowSSLv3=''
      brokerCRLFileList=''
      brokerEnableCRLDP=''
      brokerKerberosConfigFile=''
      brokerKerberosKeytabFile=''
      brokerKeystoreFile='/MQHA/iib/mqsi/keyfiles/OMDBRK01Keystore.jks'
      brokerKeystorePass='AWDIIB101Keystore::password'
      brokerKeystoreType='JKS'
      brokerTruststoreFile='/MQHA/iib/mqsi/keyfiles/OMDBRK01Truststore.jks'
      brokerTruststorePass='AWDIIB101Truststore::password'
      brokerTruststoreType='JKS'
      httpConnectorPortRange=''
      httpsConnectorPortRange=''
      mqCCDT=''
      mqKeyRepository='/MQHA/iib/mqsi/keyfiles/AWDIIB101MQKeystore'
      reenableCertificateAlgorithms=''
      reenableTransportAlgorithms=''



    ------------------------------
    Emile Kearns
    ------------------------------



  • 4.  RE: Associate a INODE with a QMGR so that a start of the QMGR also starts the INODE

    IBM Champion
    Posted Tue May 21, 2024 03:58 AM

    Ok, you can look at this: https://www.ibm.com/docs/hr/app-connect/11.0.0?topic=commands-mqsichangeproperties-command. This is documentation for App Connect, maybe that helps :)



    ------------------------------
    Kjetil Svihus
    ------------------------------



  • 5.  RE: Associate a INODE with a QMGR so that a start of the QMGR also starts the INODE

    Posted Thu May 23, 2024 09:40 AM

    there does not seem to be an equivalent command. It can be done by defining a new MQ service object.



    ------------------------------
    Emile Kearns
    ------------------------------



  • 6.  RE: Associate a INODE with a QMGR so that a start of the QMGR also starts the INODE

    Posted Fri May 24, 2024 05:09 AM
    Edited by Panayiotis Petrou Fri May 24, 2024 05:39 AM

    Hi,
    If I understand correctly you want to to be able to start an INODE automatically when a qmgr is STARTED.
    The only way to do this is create an MQ SERVICE definition in that queue manager to stop and start the INODE.
    What I suggest is use the command  mqsicreatebroker TestBroker -q <yourqmgr> -d defined
    This command will create a SERVICE definition in your qmgr and then you can use that as sample to play around with creating your MQ SERVICE(s)
    FYI when I played around with this I was able to start the broker however the stop command was failing with some weird messages. We are running ACE v12.0.12 and IBM MQ 9.2 0.10



    ------------------------------
    Panayiotis Petrou
    ------------------------------