webMethods

webMethods

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
Expand all | Collapse all

Fetch JMS filter condition from config file

  • 1.  Fetch JMS filter condition from config file

    Posted Thu March 07, 2019 06:55 AM

    In a JMS trigger service, can we pass the filter condition from config file?

    I want the trigger filter to be: location=‘xyz’. The location value keep changing in time, so I want to fetch this value from config file. How to achieve this?

    In UM, what are the maximum number of joins we can add in topic?


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


  • 2.  RE: Fetch JMS filter condition from config file

    Posted Thu March 07, 2019 06:15 PM

    Reg. the trigger requirement, you cannot pass the filter condition from config file directly but you can create/update a trigger filter condition with the help of a java service or by WmRoot services by reading the config file and others props.

    About the max number of joins, I do not think there is a hard limit on this.

    Any questions?


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