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.  Default Trigger Message Processing properties

    Posted 08/08/19 08:43 AM

    Is there a way to change the IS/JMS default trigger settings ? Normally when a trigger is created the Processing mode=Concurrent and Max execution threads=10. I want to change these default setting.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Default Trigger Message Processing properties

    Posted 08/08/19 09:10 AM

    I am not sure if SAG has exposed any IS extended settings to change the default settings for the trigger creation, but you can create the same programatically via the services in WmPublic, did you try them?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: Default Trigger Message Processing properties

    Posted 08/08/19 09:45 AM

    @Mahesh K. Sreenivas: Thanks for your reply. I could find the service ‘wm.server.triggers:setProperties’ but I was more looking for a configuration that will just take care of it. The problem is with BPM triggers that any change to their properties are lost when the BPM is regenerated and we have to apply the change again.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: Default Trigger Message Processing properties

    Posted 08/08/19 07:33 PM

    AFAIK, this is not possible. You’ll have to create a custom solution. This might be a service that sets the settings to the desired values, or you can do it as a part of deployment procedure.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Default Trigger Message Processing properties

    Posted 08/09/19 11:34 AM

    Hmm… :slight_smile: how often do you change/regenerate your BPM processess?

    As mentioned, you need to build some flow service that will kickoff once the BPM is generated or via deployer and the last option will be a manual task to update the trigger props.

    I can check if there is any other bettwer way of doing this.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 6.  RE: Default Trigger Message Processing properties

    Posted 08/12/19 09:14 AM

    Hi Abdullah,

    You can use below highlighted built in service to change the trigger properties isConcurrent/MaxExecutionthreads at run time.

    wm.server.jms:updateWSETrigger

    with Regrads
    Bala


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB