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

Need to create triggers using java service/flowservice

  • 1.  Need to create triggers using java service/flowservice

    Posted Mon November 15, 2010 01:07 PM

    As per my requirement, I need to create same JMS trigger under 3 different packages, so we want to create those automatically by passing input parameters like Destination name, Destination Type, Durable Subscriber Name, service name to the service. Can anyone let me know with the best approach to do the same?

    Thanks in advance,
    Chalapureddi


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


  • 2.  RE: Need to create triggers using java service/flowservice

    Posted Fri November 26, 2010 02:11 PM

    hi,

    There are built in services available in WmRoot package. Those services may be helpful to you.
    WmRoot/wm.server.triggers - the trigger related services (for create/delete, etc) are available in this folder, though i donot remember exact folders for JMS triggers but its worth a try.

    • regards,
      DC

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


  • 3.  RE: Need to create triggers using java service/flowservice

    Posted Fri November 26, 2010 07:59 PM

    Be aware that using services in WmRoot is not officially supported by wM. If you use services there and encounter trouble, wM will not help you.


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


  • 4.  RE: Need to create triggers using java service/flowservice

    Posted Fri November 26, 2010 08:10 PM

    Yes, that’s right. Even the WmRoot package is hidden by default. I guess we can use the services in that package (with no support) but never try to change anything, though the java classes can be altered for our own use!

    -regards
    DC


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