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.  Regarding Notification issue

    Posted 06/12/07 01:35 AM

    hi everybody
    Any body knows In one buffer table two notifications is possible.
    For example in buffer table column t=a means need to fire notification 1 and t=b need to fire second notification. is it possible to same buffer table. Any body know please give reply. its help ful to me.

    regards
    sagar


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Regarding Notification issue

    Posted 06/13/07 07:40 AM

    I don’t think it is necessary to publish 2 different notifier documents. You could have one notifier and publish one notifier document, but have 2 triggers subscribing to this notifier document. Each trigger will have a filter on field t in the notifier document.

    Thanks,
    Steve


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 3.  RE: Regarding Notification issue

    Posted 06/13/07 10:24 AM

    Hi Sagar,

    the other option is to have 2 notifications where each of them has an appropriate WHERE clause. This will result in 2 Buffer Tables (except for using BasicNotification).

    BTW:
    You dont need to Triggers, just create 2 filter conditions filtering on field t and then call 2 different Services.

    I assume that you are referring to JDBC Adapter because of Buffer-table.

    For the future please provide some more informations, like:

    • which Adapter, which version
    • on which IS version
    • any Fixes installed?

    This might help us to provide you with more precise answers.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods