Re: Concurrent Consumers creating duplicates

2015-03-17 Thread kishore
-Consumers-creating-duplicates-tp5764158p5764298.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Concurrent Consumers creating duplicates

2015-03-16 Thread Willem Jiang
); onCompletion().process(fixAckProcessor).to(failureQueue); from(incomingQueue).to(backupFolder).process(fixProcessor) .to(outgoingQueue); } } / -- View this message in context: http://camel.465427.n5.nabble.com/Concurrent-Consumers-creating-duplicates-tp5764158p5764209.html Sent from

Re: Concurrent Consumers creating duplicates

2015-03-16 Thread kishore
); } } / -- View this message in context: http://camel.465427.n5.nabble.com/Concurrent-Consumers-creating-duplicates-tp5764158p5764209.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Concurrent Consumers creating duplicates

2015-03-16 Thread kishore
=websphereConfig class=org.apache.camel.component.jms.JmsConfiguration property name=connectionFactory ref=websphereConnectionFactory / /bean /beans -- View this message in context: http://camel.465427.n5.nabble.com/Concurrent-Consumers-creating-duplicates-tp5764158p5764201.html

Re: Concurrent Consumers creating duplicates

2015-03-16 Thread Willem Jiang
class=com.ibm.mq.jms.MQConnectionFactory class=org.apache.camel.component.jms.JmsConfiguration -- View this message in context: http://camel.465427.n5.nabble.com/Concurrent-Consumers-creating-duplicates-tp5764158p5764201.html

Re: Concurrent Consumers creating duplicates

2015-03-15 Thread kishore
.n5.nabble.com/Concurrent-Consumers-creating-duplicates-tp5764158p5764168.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Concurrent Consumers creating duplicates

2015-03-15 Thread Willem Jiang
are duplicated. Can someone please suggest a solution. -- View this message in context: http://camel.465427.n5.nabble.com/Concurrent-Consumers-creating-duplicates-tp5764158p5764168.html Sent from the Camel - Users mailing list archive at Nabble.com.

Concurrent Consumers creating duplicates

2015-03-14 Thread kishore
()); sender.send(message); }/ After I send 100 messages, I randomly get the originalMessage printed as duplicate. Can someone please what might be wrong with this? Thanks, Kishore. -- View this message in context: http://camel.465427.n5.nabble.com/Concurrent-Consumers-creating