Re: Concurrent Consumers creating duplicates

2015-03-15 Thread kishore
Here is my camel-context.xml file http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:context="http://www.springframework.org/schema/context"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLocation="

Re: Concurrent Consumers creating duplicates

2015-03-15 Thread Willem Jiang
You may need to check the acknowledge module setting of your JMS connection. BTW, can you show us the JMS endpoint setting that you have? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang

Re: camel-catalog 2.15.0 and karaf 2.4.1

2015-03-15 Thread Willem Jiang
It sounds good for me. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 14, 2015 at 2:50:35 PM, Claus Ibsen (claus.ib...@gmail.com) wrote: > On Fri, Mar 13,

Re: camel-jaxb 2.15.0 and Karaf 3.0.3

2015-03-15 Thread Willem Jiang
It’s caused by the change of CAMEL-8198[1], I just revert the change of camel feature file. You can make the change yourself if you don’t want to test the Camel 2.15.1-SNAPSHOT. [1]https://issues.apache.org/jira/browse/CAMEL-8198 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog:

Re: Camel-SJMS: Null pointer exception when sending a message (+ proposed patch)

2015-03-15 Thread Claus Ibsen
Hi Thanks for the suggestion, it has been changed. On Sun, Mar 15, 2015 at 12:22 PM, Stanislaw Kulczycki wrote: > Hi > > Many thanks for this! I have just one more bit to add, I think that in code > of JmsMessageHelper there should be something like this: > > case Message: >

Re: Camel-SJMS: Null pointer exception when sending a message (+ proposed patch)

2015-03-15 Thread Stanislaw Kulczycki
Hi Many thanks for this! I have just one more bit to add, I think that in code of JmsMessageHelper there should be something like this: case Message: if (allowNullBody && payload == null) { answer = session.createMessage(); } else if(payload != null

Re: Camel-SJMS: Null pointer exception when sending a message (+ proposed patch)

2015-03-15 Thread Claus Ibsen
Hi Thanks for reporting. I have logged a ticket to allow null body like camel-jms can do https://issues.apache.org/jira/browse/CAMEL-8489 On Fri, Mar 13, 2015 at 12:51 PM, Stanislaw Kulczycki wrote: > Hi All, > > sorry for spamming around SJMS component but I'm having issues with it :-( > Now I'

Re: Concurrent Consumers creating duplicates

2015-03-15 Thread kishore
If I set the concurrentConsumers to 1 ,all the input messages are processed fine and there are no duplicates. If I set concurrentConsumers to 5, some messages are lost and some messages are duplicated. Can someone please suggest a solution. -- View this message in context: http://camel.465427.n