Re: Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-22 Thread Claus Ibsen
https://issues.apache.org/jira/browse/CAMEL-5639 >> Best regards >> Stephan >> >> -Original Message- >> From: Christian Müller [mailto:christian.muel...@gmail.com] >> Sent: Montag, 17. September 2012 23:57 >> To: users@camel.apache.org >> Sub

Re: Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-18 Thread Claus Ibsen
M, webber78 wrote: > >> Thanks for your reply. Is there anyway I can get the header you described >> in >> a subclass of AbstractJdbcMessageIdRepository. I saw a few examples of >> getting headers using the Exchange object, but not sure how to get access >> to >&g

RE: Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-17 Thread Siano, Stephan
Subject: Re: Custom Idempotent Jdbc repository + Using lastmodified time Checkout: http://camel.apache.org/idempotent-consumer.html and http://camel.apache.org/simple.html Instead of from("direct:a") .idempotentConsumer(header("myMessageId"), ... try something

Re: Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-17 Thread Christian Müller
headers using the Exchange object, but not sure how to get access > to > these from an idempotent repository. > > Thanks, > Kiran > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Custom-Idempotent-Jdbc-repository-Using-lastmodif

Re: Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-17 Thread webber78
message in context: http://camel.465427.n5.nabble.com/Custom-Idempotent-Jdbc-repository-Using-lastmodified-time-tp5719480p5719495.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-17 Thread Christian Müller
filename and timestamp and that would solve the > problem. > > Please let me know if anyone has a solution/workaround for this problem. > > Thanks. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Custom-Idempotent-Jdbc-repository-Using-la

Custom Idempotent Jdbc repository + Using lastmodified time

2012-09-17 Thread webber78
me know if anyone has a solution/workaround for this problem. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Custom-Idempotent-Jdbc-repository-Using-lastmodified-time-tp5719480.html Sent from the Camel - Users mailing list archive at Nabble.com.