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

Listeners and Listener Notifications

  • 1.  Listeners and Listener Notifications

    Posted Tue May 05, 2009 01:47 PM

    Hi All,

    We are on the course of implementing listener and listener notification for our adapter.

    Need to know, which method is to be called by the database server to communicate with the adapter along with the modifications done in the database

    Listener class extends WmConnectedListener
    ListenerNotification class extends WmAsyncListenerNotification

    Regards, Aravind


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


  • 2.  RE: Listeners and Listener Notifications

    Posted Thu May 07, 2009 01:05 PM

    Hi All,

    From our database server we would publish a document in a particular topic and from IS side, we thought of accessing the broker , so that waitForData() listens to that and gets notified when an event occurs.

    For this to happen, we need to create the topic in the Broker.

    How can we access Broker in our Listener class.

    Is this the right approach…?

    Regards, Aravind


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