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.  Batch processing in JMS

    Posted Sun April 24, 2016 02:46 PM

    Hi All,

    I have gone through JMS BIS guide, trying to understand how to implement batch message processing in JMS. Can someone help me how to implement it. I am using wM8.0 version.

    Thanks,
    RP


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


  • 2.  RE: Batch processing in JMS

    Posted Mon April 25, 2016 02:23 PM

    Hi,

    In Batch processing, trigger takes a batch of doc’s ( which we have to specify as part of JMS trigger ) from Q/topic if there are huge number of doc’s are reaching to JMS storage. This we don’t able to observe if you are publishing a single doc and subscribing to it. Better suspend the JMS trigger, send a couple of doc’s and enable. One imp point to remember is at subscriber side you should make use of “pub.jms:batchTriggerSpec” specification. Let us know if you see any issues.

    Thanks,


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


  • 3.  RE: Batch processing in JMS

    Posted Wed April 27, 2016 01:56 PM