Re: Camel Error handling throwing exception; not moving to error queue

2012-06-09 Thread javaxmlsoapdev
Anyone? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Error-handling-throwing-exception-not-moving-to-error-queue-tp5714076p5714225.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Component - Consumer Threading Question

2012-06-09 Thread Edwin
Hi Folks, I am currently developing a Camel component comprising of both consumer and producer endpoints. The consumer will ping a Socket connection. When a connection has been established, a session is then created In the system there will be 100+ sessions. I plan to build the Camel route

Re: Using % sign in spring route sql select fails

2012-06-09 Thread Claus Ibsen
Hi %20 means space. I assume there is a similar encoding number for just the % sign. On Fri, Jun 8, 2012 at 10:36 AM, Jesper Olsen j...@dr.dk wrote: I have a route with a select containing %-signs like this: route id=netwise-Route from uri=direct:start / to uri=sql:select telno, misc3

Re: Using % sign in spring route sql select fails

2012-06-09 Thread Claus Ibsen
Ah you did that as %25 is the % sign itself. What version of Camel are you using? On Sat, Jun 9, 2012 at 9:01 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi %20 means space. I assume there is a similar encoding number for just the % sign. On Fri, Jun 8, 2012 at 10:36 AM, Jesper Olsen

Re: Timer with a bean: retry when there are results

2012-06-09 Thread Claus Ibsen
Hi Its not really possible as there is no while construct. There is a loop though, but its like a for loop where the loop counter is hardcoded once. We have a JIRA to improve this in the future. On Fri, Jun 8, 2012 at 11:44 AM, Leen Toelen toe...@gmail.com wrote: Hi, I have a route like

Re: Camel Error handling throwing exception; not moving to error queue

2012-06-09 Thread Claus Ibsen
What version of Camel are you using? On Fri, Jun 8, 2012 at 6:46 PM, javaxmlsoapdev javaxmlsoap...@yahoo.comwrote: Anyone? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Error-handling-throwing-exception-not-moving-to-error-queue-tp5714076p5714225.html Sent from

Re: Possible threading issue

2012-06-09 Thread Claus Ibsen
On Wed, Jun 6, 2012 at 4:12 PM, jhart james.h...@nokia.com wrote: *When I run this route heavily multithreaded camel route I am getting a NullPointerException thrown in the CaseInsensitiveMap when it is copying the exchanges for the multicast. I am using version 2.9.2, though 2.10-SNAPSHOT

FTP

2012-06-09 Thread Nafees
Hi I am having a route in which we copy files from FTP server to some folder and stops the route when all files are processed. We are having a mechanism to suspend, resume or cancel this route. My route is this:

Re: FTP

2012-06-09 Thread Claus Ibsen
On Sat, Jun 9, 2012 at 10:58 AM, Nafees s.nafeesunn...@gmail.com wrote: Hi I am having a route in which we copy files from FTP server to some folder and stops the route when all files are processed. We are having a mechanism to suspend, resume or cancel this route. My route is this:

Re: FTP

2012-06-09 Thread Nafees
HI Claus, Thanks for your quick response , I have added idempotent=true in ftp options and it works for my case. Thank you so much. Nafees -- View this message in context: http://camel.465427.n5.nabble.com/FTP-tp5714245p5714249.html Sent from the Camel - Users mailing list archive at

Re: Timer with a bean: retry when there are results

2012-06-09 Thread Leen Toelen
OK, thanks for the help. On Sat, Jun 9, 2012 at 9:05 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Its not really possible as there is no while construct. There is a loop though, but its like a for loop where the loop counter is hardcoded once. We have a JIRA to improve this in the

File Competing Consumers

2012-06-09 Thread weggyboy
I was wondering if it could be possible to implement the Competing Consumers pattern for File consumers. My wish is currently to handle several files placed in a given folder at the same time by different threads / processors. Does anybody have any idea on how to do that? Thanks! Regards,

Camel karaf custom distribution

2012-06-09 Thread sekaijin
Hello, I have for personal, creates a karaf custom distribution project that containing Karaf and Camel (and just all set for it to work). not esb or other components as in ServiceMix. This allows to have a very light container to deploy camel routes. I am ready to give to the community.