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.  WebSphereMQ polling ????

    Posted Tue June 24, 2003 01:12 PM

    Is there anyway I can get WebSphereMQ to poll for messages on a WMQ? The Listener service seems to get invoked once with no polling paramters.

    Any ideas???


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


  • 2.  RE: WebSphereMQ polling ????

    Posted Wed June 25, 2003 10:30 AM

    Carl,

    the listener handler continually read from your queue and invoke your service passing the message read from the queue. I have found many bugs with this but 4 fixes using WM IS 601 and MQ adapter 3.0. Once installed all is ok.

    If you do want to poll the queue and do a get each time, then I guess you could schedule your service to be called every n seconds.

    hope this is of some help

    Mike


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