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

Broker subscribe trouble

  • 1.  Broker subscribe trouble

    Posted Thu November 27, 2003 04:33 PM

    Can you provide more details? Are your documents (events) guaranteed or volatile? Do sub2 and sub3 use any of the same resources as the OrderProcess?

    Mark


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


  • 2.  RE: Broker subscribe trouble

    Posted Fri November 28, 2003 04:40 PM

    Using volatile documents should be faster than using guaranteed ones. The broker will take longer to process guaranteed documents because each one has to be written to disk. If the server has slow disk subsystem this can create a performance bottleneck.

    If guaranteed documents are required to meet reliability requirements, consider using fast disks or disk controllers with onboard cache. Sometimes the use of well designed RAID configurations can help as well.

    Mark


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