IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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 adapter with MQIIH structure

    Posted Thu May 10, 2018 03:53 AM

    I want to use webMethods to drop message on an MQ Queue for processing by the MQ-IMS Bridge. To do that, the FORMAT must be MQFMT_IMS in the MQMD, and the payload must consist of the MQIIH structure, followed by LLZZ (length field), followed by the transaction code and data.

    MQIIH LLZZ

    This is fully described in [url]https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/fg15870_.htm[/url]

    I do note that wM supports the MQMD.FORMAT=MQFMT_IMS, but I dont know how to populate the MQIIH and LLZZ since these both contain binary encoded data fields

    Any help out there?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: MQ adapter with MQIIH structure

    Posted Thu May 30, 2019 05:30 PM

    Does anyone have an insight in to this question? I have same exact question. There is nothing mentioned about MQIIH in the latest MQ Adapter documentation.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: MQ adapter with MQIIH structure

    Posted Thu May 30, 2019 10:03 PM

    Raise a support incident request to Global Support. They will help you to check out with R&D.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: MQ adapter with MQIIH structure

    Posted Mon June 03, 2019 11:27 AM

    Mike,
    There is a reason why developers use tech forums to ask questions. I already have a ticket open with them but the turn around time on the responses for the ticket are not always as good as you would expect.

    Can anyone else help out there?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 5.  RE: MQ adapter with MQIIH structure

    Posted Fri June 14, 2019 01:17 PM

    SAG Support confirmed that only MQMD headers are supported currently using the Adapter and its templates. I created a feature request(07077) and R&D is going to do a thorough analysis of MQ Headers available from IBM and include them in their future release.

    https://www.ibm.com/support/knowledgecenter/SSFTN5_7.5.0/com.ibm.wbpm.main.doc/topics/cadm_wmqheaders.html

    For now, i used MQ Classes provided by IBM and created a Java service to create the MQIIH headers and LL\ZZ fields to send messages to MQ-IMS bridge. For receiving messages, i am still using the MQ Adapter listeners\listener notifications.

    I did have to use the message format as “IMSVS” in the return messages.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods