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
  • 1.  Broker pub/sub problem

    Posted Wed April 07, 2010 03:29 PM

    Hi frnds…

    Im trying a Publish/Subscribe appln using JDBC adapter
    The application is as follows application as follows…

    Am having 2 tables in oracle DB. one is source(table name) and other is target. If there is an insertion happening into first table i.e source then that should be published to broker and the same values should be inserted to 2nd table i.e target… can anyone give me the basic steps to solve this :confused:


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


  • 2.  RE: Broker pub/sub problem

    Posted Wed April 07, 2010 03:35 PM

    Please refer to adapter notification in webMethods JDBC user guide. You can easily find the solution.


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


  • 3.  RE: Broker pub/sub problem

    Posted Thu April 08, 2010 07:00 AM

    One of the solution could be to implement a insert notification on your table one. UIt will publish a document after a new row is created in that table. You can then subscribe to this document and insert the data in to second table.


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


  • 4.  RE: Broker pub/sub problem

    Posted Thu April 08, 2010 03:50 PM