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.  Webmethods mongodb notification and trigger

    Posted Thu November 29, 2018 02:57 AM

    Hi Guys we are developing mongodb adapter for webMethods. MongoDB is a unstructured database. Is it possible to create mongodb notification templates for webMethods and webMethods trigge?. If it is possible how to implement it. Please reply.
    Thanks.


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


  • 2.  RE: Webmethods mongodb notification and trigger

    Posted Thu November 29, 2018 05:34 PM

    I have not personally created one using the Adapter Development Kit but you can check the docs you will find some info.

    Did you know that SAG is already providing the drivers (on a separate cost) for Mongo DB so that you can use the WmJDBC Adapter to connect to Mongo DB?

    Check docs for more details.


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


  • 3.  RE: Webmethods mongodb notification and trigger

    Posted Mon December 03, 2018 08:02 AM

    Thanks M@hesh webMethods provides mongodb bigdata driver which is licenced So we have to buy it. Just want to know that mongodb driver support notification and trigger. I think for developement it is not possible to develope mongodb adapter which support notification and trigger and mongodb is an unstructured database so there is no way to get the structure to create document for publish. So it is not possible to create trigger. Thats my thought.
    So there is any way to create notification and trigger services for mongodb in webMethods.


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


  • 4.  RE: Webmethods mongodb notification and trigger

    Posted Mon December 24, 2018 02:23 PM

    Check this documentation. https://docs.mongodb.com/manual/changeStreams/

    What you are looking at is to listen to a change in a structure. Rest you will get it easily.


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


  • 5.  RE: Webmethods mongodb notification and trigger

    Posted Wed December 26, 2018 07:10 AM

    Thanks Farid for your help.
    Yeah I go this documentation and it solved the issue.


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