Hello, I'm processing data sent by active MQ messages to benefit from parallel processing. Basically i send an XML in message and save them in databse.
I'm using spring JMS integration Template with main configuration : concurrency="100-500" prefetch ="1" , I'm doing performances test : 1 message that contains 100 records tooks 5s. 10 messages that contain 100 records took 70s each one! (more than 5x10 if i process the one single thread) This is opposite of my expectation since i'm not really getting parallelism. Any idea ? Thanks in advance, Imad Eddine -- View this message in context: http://activemq.2283324.n4.nabble.com/Multi-consumer-performances-tp4680315.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
