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

Concurrent processing in Broker

  • 1.  Concurrent processing in Broker

    Posted Tue March 22, 2011 04:49 PM

    Hi,

    In case of a concurrent trigger having max execution thread - 5, capacity level - 10, refill level - 4; if suppose we have some 100 documents piled up in the queue, will the trigger be able to pick the messages in the same order in which they have got into the queue [or order in which they were published] ?

    Does a queue here means all processing will follow FIFO rule?

    Regards,
    Rumki


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


  • 2.  RE: Concurrent processing in Broker

    Posted Tue March 22, 2011 08:31 PM

    The title of the thread should be “Concurrent processing in Integration Server”

    If an IS trigger is configured for concurrent processing, with the settings you mention, the messages will be picked up in the queue in order–but IS will process them concurrently, meaning order is destroyed.

    If you need to retain order (which is maintained ONLY for events published from the same publisher) then configure the trigger for serial processing.


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