Hi Deepak,

The SJMS Batch component is included in the same library, but it's a different Component implementation specifically for consuming batches of messages. It works using local JMS transactions only, and does not integrate with XA.

Jakub

On 12/11/15 11:59, deepak_a wrote:
Thanks Claus,

The dependency looks exactly same as  SJMS, does this mean  SJMS has been
enhanced/re-branded as  SJMS-batch? in version 2.16?




<dependency>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-sjms</artifactId>
     <version>x.x.x</version>
</dependency>

Also can you pls point me to the Javadoc? I can only see Javadoc available
for 2.15.
I need to check if there is support for XA transactions....




--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-improve-throughput-by-grouping-messages-in-a-Transaction-tp5773344p5773717.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to