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.  local filters and server side filters

    Posted Mon May 07, 2018 08:25 AM

    Hi,

    What is the difference between local trigger filters and server side trigger filters.

    Please explain.

    Thanks.


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: local filters and server side filters

    Posted Mon May 07, 2018 09:56 AM

    Hi,

    local trigger filters are evaluated on IS side which requires all documents being retrieved by IS from Messaging and then checked for if the filter applies or not. When the filter applies the trigger fires the service invocation, if not document will be discarded.

    Server side trigger filters will be evaluated on the Messaging server and only those documents matching the filter will be available for retrieval by IntegrationServer.

    For filters to be able for evaluation on the messaging server the lexical operators (i.e. L_EQUALS) needs to be used as the messaging server does not understand the usual logical operators like “=”.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 3.  RE: local filters and server side filters

    Posted Tue May 08, 2018 07:01 AM

    Thanks Holger.

    In the trigger service, there will be two options:

    1. Filter
    2. Provider filter(UM only)

    Does it mean that first filter column is evaluated at IS level and 2nd filter is evaluated at message provider level?
    What in case of broker messaging provider? Where should we provide the filter to be evaluated at broker level?

    Thanks.


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 4.  RE: local filters and server side filters

    Posted Tue May 08, 2018 11:09 AM

    Hi,

    as we are currently not yet using UM I cannot answer this question.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods
    #edi