Batch processing in JMS

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

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,

Thanks MR for your information.

Thanks,
RP