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.  Dynamic retry count and interval

    Posted Wed September 17, 2008 10:34 AM

    Hi…
    is there anyway to implement dynamic values of retry count and retry interval for the repeat step?
    i want to store thos values in some config file and not in the properties fields.

    10x


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Dynamic retry count and interval

    Posted Wed September 17, 2008 02:28 PM

    Sure u can use it from properties file , after u get the repeat count from properties file , use variable substitution in the properties for repeat .

    HTH
    Sri


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Dynamic retry count and interval

    Posted Wed September 17, 2008 03:42 PM

    Variable substitution works in most of the flow operators properties - click in one of the fields, hit F1, and the context help will tell you which ones will work with %variableName%.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Dynamic retry count and interval

    Posted Thu September 18, 2008 07:26 AM

    Yeah substitute variable works fine in repeat step. I am ussing it for long time… get your repeatCount and repeatInterval in pipeline from anywhere…i.e. property… in Repeat step properties put %repeatCount% and %repeatInterval% and it should work…

    Thanks
    Ajit


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: Dynamic retry count and interval

    Posted Thu September 18, 2008 08:33 AM