RE: Synchronous one time use of endpoint

2015-06-03 Thread Justin Rosenberg
:18 PM To: users@camel.apache.org Subject: Re: Synchronous one time use of endpoint Hi Justin, Have you tried to use ConsumerTemplate API? It allows you to dynamically create an endpoint and consume a single message from it. Cheers! pt., 22.05.2015 o 19:38 użytkownik Justin Rosenberg

Re: Synchronous one time use of endpoint

2015-05-26 Thread Claus Ibsen
Hi To pickup only one file then use the fileName or filter options to select which file. On Fri, May 22, 2015 at 7:38 PM, Justin Rosenberg justin.rosenb...@crlcorp.com wrote: I would like to leverage the endpoint abstraction Camel provides, but I don't necessarily need a route. My use case

RE: Synchronous one time use of endpoint

2015-05-26 Thread Justin Rosenberg
Ibsen [mailto:claus.ib...@gmail.com] Sent: Tuesday, May 26, 2015 1:31 AM To: users@camel.apache.org Subject: Re: Synchronous one time use of endpoint Hi To pickup only one file then use the fileName or filter options to select which file. On Fri, May 22, 2015 at 7:38 PM, Justin Rosenberg

Re: Synchronous one time use of endpoint

2015-05-23 Thread Henryk Konsek
Hi Justin, Have you tried to use ConsumerTemplate API? It allows you to dynamically create an endpoint and consume a single message from it. Cheers! pt., 22.05.2015 o 19:38 użytkownik Justin Rosenberg justin.rosenb...@crlcorp.com napisał: I would like to leverage the endpoint abstraction

Synchronous one time use of endpoint

2015-05-22 Thread Justin Rosenberg
I would like to leverage the endpoint abstraction Camel provides, but I don't necessarily need a route. My use case is to simply read a file from an FTP server. Is there a way to leverage Camel either through the API or a route to synchronously leverage a Camel consumer endpoint? For