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 - Configuring put service

    Posted Wed October 28, 2009 04:17 PM

    Hi,

    I need to send a parameter say., “myReferenceId” in the msgHeader while putting a message onto a queue. My problem is, in the ‘MQMD Header’ tab of the adapter service, I don’t get to add new parameters like “myReferenceId”.
    Can you please let me know if there is a option to do so, or am I missing something here. :frowning:

    Env: IS v6.1 and MQ Adapter v6.0

    Cheers,
    Pramod


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 2.  RE: MQ Adapter - Configuring put service

    Posted Wed October 28, 2009 05:34 PM

    Hi again,

    For above work around, instead of using “myReferenceId”,we have managed by using “ApplIdentityData” in header.

    But now, we receive below error when trying to send the identifier using “ApplIdentityData”. Without this parameter being populated, the put services works just fine.

    [ADA.600.1055] Exception caught Put : Unable to put message to queue on ; condition code is “2”, reason code is “2095”.MQJE001: Completion Code 2, Reason 2095

    Error code: 2095 - MQRC_NOT_OPEN_FOR_SET_ALL

    Any help on this please.

    Cheers,
    Pramod


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: MQ Adapter - Configuring put service

    Posted Wed October 28, 2009 06:03 PM

    Make sure you have all the MQAdapter6.0 SP3/fixes in place in order to set “ApplIdentityData” in MQMD header and get it working:

    Check this doc on the advantage:
    [URL]https://advantage.webmethods.com/docid536926898[/URL]

    1-AK94H (BMQA_3-0_SP3)
    When you set values for ApplIdentityData and ApplOriginData headers on a Put operation, null values were placed on the queue. Now, these values get passed to the queue.

    HTH,
    RMG


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB