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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  subscription Trigger filter Vs Flow Service Branch

    Posted 11/22/16 03:48 AM

    Hi All,

    Can any one suggest the best performance option for the following requirement.

    Subscribes 4 different messages from 4 different topic using single trigger and invoke the corresponding service(four different service).

    option1. Handle the filter condition in trigger and invoke the relevant service directly.

    option2: invoke the Main service in trigger without any filter condition and handle relevant wrapper service inside the main service using Branch.

    Can you please suggest which one is good in performance. In peek hours 2000 messages has to be processed in 5 min SLA.

    Thanks in Advance


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods
    #Broker-JMS


  • 2.  RE: subscription Trigger filter Vs Flow Service Branch

    Posted 11/22/16 08:44 AM

    Hi,

    I would prefer first option.

    As the evaluation of the condition will be done at messaging side resp. on the IS inbound store wiithout involving any custom flow logic.

    Regards,
    Holger


    #Broker-JMS
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: subscription Trigger filter Vs Flow Service Branch

    Posted 11/27/16 03:29 AM

    Hi,

    First option is always better.
    Adding lexical operator to your options will add more advantage. This does filter on messaging level rather then hitting IS which saves network traffic

    eg.
    %myDoc/myField% L_EQUALS myvalue


    #Broker-JMS
    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 4.  RE: subscription Trigger filter Vs Flow Service Branch

    Posted 06/12/17 01:30 PM

    Hi Bari,

    unfortunately this wont work when the published Document is using Namespace prefixes or conforms to an IDoc-Type Definition from SAP-Adapter using Attributes.

    These objects are not supported by lexical filtering on Broker side and will never be.
    I am not sure if UM will be able to handle these.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #Broker-JMS
    #Universal-Messaging-Broker
    #webMethods