webMethods

webMethods

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

Serial processing using JMS triggers

  • 1.  Serial processing using JMS triggers

    Posted Fri July 26, 2013 11:25 AM

    Hi All,

    We are trying to achieve serial processing using JMS triggers . Our architechture has 2 IS front end servers which are clustered and 2 backend IS servers clustered and all these servers are connected to single broker . In a single run all the documents are published from single front end IS and on subscribing end it can subscribe from either of backend IS . Now the issue is documents are not being subscribed in an order how they are published they are out of order .

    Could any please put your thoughts or experiences on the above issue .

    Thanks
    Nithin


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Serial processing using JMS triggers

    Posted Fri April 18, 2014 02:41 PM

    For Serial processing to work, make sure the SharedState property of the Destination is set to ‘Publisher’ instead of ‘None’.

    The JMS subscribing triggers should also be set to ‘Serial’ processing Mode.

    This should help. Let me know


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: Serial processing using JMS triggers

    Posted Fri April 18, 2014 03:24 PM


  • 4.  RE: Serial processing using JMS triggers

    Posted Fri April 18, 2014 04:24 PM


  • 5.  RE: Serial processing using JMS triggers

    Posted Fri April 18, 2014 04:43 PM