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
  • 1.  useCSQ in pub.jms.send

    Posted Wed November 28, 2018 10:06 AM

    Hi Guys,

    IF useCSQ is set to “True” and if broker is down, where does IS store the incoming requests .If it stores in the broker OutBound Store , when the broker connectivity is established how it is processed when there are new request still coming.?

    Thanks,
    Shiva


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


  • 2.  RE: useCSQ in pub.jms.send

    Posted Wed November 28, 2018 03:29 PM

    Message is stored in CSQ. This is an embedded Derby database that resides on IS installation. (install/IntegrationServer/instances//db is default, and configurable)
    When connection is restored, these messages are then published to Broker and removed from CSQ.
    While these messages are getting published, new requests are handled according to CSQ order setting (“In Order”, Yes/No) setting. If set to yes, then new requests will queued in CSQ to maintain order with messages published earlier, otherwise new requests will get directly published to Broker.
    This behaviour should be documented in IS guides.


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