Re: Message not getting delivered from FTP to Activemq

2013-07-25 Thread life1style1
Is there any restriction on the file size? It is not able to poll a file more than 200 M.B in size. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Message-not-getting-delivered-from-FTP-to-Activemq-tp5736181p5736247.html Sent from the Camel - Users mailing list

Perform get Operation for every 10 seconds

2013-07-25 Thread cannykanna
HI I am working on camel integration framework with my application which exposes web services. Now I want to get configuration items from my application for every 10 secs. How can this be achieved using camel? Thanks Kannaiah -- View this message in context:

Re: JMSExceptions:045101 - createTopic jms.SpecialTopic

2013-07-25 Thread gliesian
I really need an answer to this...it's gating my work. Can anyone help? Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/JMSExceptions-045101-createTopic-jms-SpecialTopic-tp5735934p5736236.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel error with simple program with camel-core-2.11.1.jar

2013-07-25 Thread vinay
Hi Willem, Sorry about the delayed response Groovy Version: 2.1.3 JVM: 1.7.0_11 Vendor: Oracle Corporation OS: Linux Also, i get following warning. WARNING: Module [camel-groovy] - Unable to load extension class [class org.apache.camel.groovy.extend.CamelGroovyMethods] due to

Re: Message not getting delivered from FTP to Activemq

2013-07-25 Thread Claus Ibsen
Hi Take a look at the localWorkDirectory or streamDownload options as by default the file is loaded into memory. So you may run out of memory. And for big files you need to use these options instead. Read more on the ftp doc page at http://camel.apache.org/ftp2 On Thu, Jul 25, 2013 at 6:19 AM,

Re: Perform get Operation for every 10 seconds

2013-07-25 Thread Claus Ibsen
Hi See at the timer or quartz components which can schedule time events http://camel.apache.org/timer http://camel.apache.org/quartz.html On Thu, Jul 25, 2013 at 8:05 AM, cannykanna cannyka...@gmail.com wrote: HI I am working on camel integration framework with my application which exposes

Re: No Consumer available Exception

2013-07-25 Thread Claus Ibsen
Hi We ought to have duplication detection in place. Also on the route ids AFAIR. What Camel version do you use? On Thu, Jul 25, 2013 at 2:52 AM, Joe San codeintheo...@gmail.com wrote: Not in this route definition, but I have another route definition where I used the same routeId as one of the

Re: Camel CXF Consumer Route in OSGi not available

2013-07-25 Thread Hilderich
Hello Willem! installing self developed Bundles on Talend ESB (with Apache Karaf under the hood) is not supported by Talend. That's the problem. Cheers Hilderich -- View this message in context:

Re: Regarding TO uri

2013-07-25 Thread indrayani
this worked, thank you very much. -- View this message in context: http://camel.465427.n5.nabble.com/Regarding-TO-uri-tp5736012p5736254.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-springws with custom HTTP header

2013-07-25 Thread evillarroya
Thanks Bilgin, will give it a try. Cheers, Eva. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-springws-with-custom-HTTP-header-tp5736231p5736256.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CXF Consumer Route in OSGi not available

2013-07-25 Thread Christian Schneider
Where did you get this information from? Installing self develped bundles of course is supported. In fact Talend ESB uses Karaf, CXF and Camel unchanged it just adds some esb bundles. So you should not have any issues. The problem is just caused by the default config being a bit different in

Throttling - messages processed per time period exceeding limit

2013-07-25 Thread Richard Morgan
Hello, I have a camel route within which I am using throttling to limit the number of requests sent per time period to my endpoint. Here is a snippet of my route: route id=sendSms errorHandlerRef=smsDeadLetterErrorHandler from uri=direct:sendSms/ throttle timePeriodMillis=1

Re: No Consumer available Exception

2013-07-25 Thread Joe San
I use the 2.8.0 version of Camel. Regards, Joe On Thu, Jul 25, 2013 at 8:45 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi We ought to have duplication detection in place. Also on the route ids AFAIR. What Camel version do you use? On Thu, Jul 25, 2013 at 2:52 AM, Joe San

Re: No Consumer available Exception

2013-07-25 Thread Joe San
Is there a JUnit that I could try? Regards, Joe On Thu, Jul 25, 2013 at 10:11 AM, Joe San codeintheo...@gmail.com wrote: I use the 2.8.0 version of Camel. Regards, Joe On Thu, Jul 25, 2013 at 8:45 AM, Claus Ibsen claus.ib...@gmail.comwrote: Hi We ought to have duplication detection

Adding MultiConsumer support to a ScheduledPollEndpoint/ScheduledPollConsumer

2013-07-25 Thread cgiera
Hello, I have to write a new Camel component which should have the similar behavior like the JmsComponent but I'm not allowed to use Jms(due customer restrictions). I want to use as much functionallity as possible from the standard implementations in camel. So I decided to extend from the

RE: Mina Component Question

2013-07-25 Thread Gershaw, Geoffrey
Hi Willem, Thanks for the reply. I need to listen on the same socket. Thanks Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Willem jiang [mailto:willem.ji...@gmail.com] Sent: Wednesday, July 24, 2013 10:50 PM To:

How to set cookie in Camel AHC (Asycn Http Client)

2013-07-25 Thread santosh2013
Hi, I am able to call a REST services using AHC component, but there are some services which accept cookies as part of their request. I didn't find info on how to set cookies using AHC component before calling the web services. I searched forum, google,stackoverflow as well , but not much info

Re: Assigning File names to exchanges generated from split

2013-07-25 Thread Bovas
Sorry for opening this old post. you can call your function with your simple.body? /simple(${body.getAttribute(levelIdentifier)}/ /You can call a bean in the setHeader so the result of the bean is the header value. / That I do :

RE: Mina Component Question

2013-07-25 Thread Christian Müller
How does Mina support this use case? Best, Christian Am 25.07.2013 14:45 schrieb Gershaw, Geoffrey geoffrey.gers...@credit-suisse.com: Hi Willem, Thanks for the reply. I need to listen on the same socket. Thanks Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412)

RE: Mina Component Question

2013-07-25 Thread Gershaw, Geoffrey
Hi Christian, Thanks for your reply. This link has a sample TCP client using mina http://mina.apache.org/mina-project/userguide/ch2-basics/sample-tcp-client.html Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Christian Müller

Mina Component Question

2013-07-25 Thread Gershaw, Geoffrey
Hello All, Sorry for the re-post. I am using the mina component as a client to connect to server. The interaction between the client and server is sometimes request reply, but it can also be request and listen. I understand how to implement the request and reply scenario.