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.  Trigger filter condition for UM

    Posted 06/05/20 04:11 AM

    Hi,

    I am migrating a document type to UM from Broker. There are 2 subscribers to the doc type. Below are the filter conditions post changing the trigger filter to UM:

    Target 1 : Message.PayLoad.IntegrationServer.ReturnConfig = ‘p’

    Target 2 : Message.PayLoad.IntegrationServer.ReturnConfig <> ‘p’ (Is the syntax correct ??)

    If ReturnConfig = ‘p’ , ideally Target 1 should subscribe. But in my case, Target 2 is also subscribing.

    However, if ReturnConfig <> ‘p’, only Target 2 is subscribing.

    Has anyone faced this issue before ??


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


  • 2.  RE: Trigger filter condition for UM

    Posted 08/22/20 04:56 AM

    Looks like the target2 filter criteria is not evaluated at all. So if value=p, both subscribers are invoked but if value != p then only target2 is getting invoked(as the filter there is not valid thus its equivalent to not having a filter at target2)
    Can you try this operator != for not equal to and see if it works? Also check UM/Service development documentation for more info.

    -MayankTripathi


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


  • 3.  RE: Trigger filter condition for UM

    Posted 08/26/20 11:05 AM

    Yes please try with != operator and it should do the trick.

    Pls keep us posted with the results!!

    HTH,
    RMG


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