Re: quartz scheduler overrider? : failed to resolve endpoint

2013-08-13 Thread roger_rabbit
Claus, sorry for my later answer, and thanks for yours. Also : unless I read very wrong, I think they have unique names : quartz://collector/"+category+"_Timer => my_Timer, your_Timer, his_Timer, and so on... And also, it works very fine on my bus that way. The problem occurs with the same route

Re: Can't find the BindingOperationInfo with operation name

2013-08-13 Thread Aki Yoshida
how the operations are exactly defined in your wsdl? I suppose the operation name is not defined as "serviceOperation" so it is not found under this name. 2013/8/9 clarkcb : > Hello, > I'm trying to access a remote web service, and getting stuck at the point > where I get a BindingOperationInfo e

SFTP stops polling files when delete option is set to true

2013-08-13 Thread Mohammad Shadab Ali
Hi, I am using SFTP component to transfer files from secured FTP location. When I am using delete=false then it polls multiple files without any error, but when I use delete=true then after polling and deleting few files it gets stuck and stops polling the files with the following exception.

Re: Unable to use move,movefailed and donefilename with consumer template endpoint Uri

2013-08-13 Thread skumar
Thanks,Claus.I was able to get rid of this bug by placing the endpoint Uri on the camel context inside tags and then get this from the camel header on the java class. Eg. file:${in.header.clientFileDir}?include=.*_BNYM_.*txt &move=${properties:data_home}/${file:onlyname.noext}-${date:now:MMddH

Camel RSS component can't be used as Producer Endpoint

2013-08-13 Thread skazy
Hi, I am trying to use camel-rss component as follow: from("timer://timerCamel?repeatCount=0&delay=1000&period=30") // ... route steps for fetching the list of urls from database *.to("rss:http://rss.cnn.com/rss/edition.rss?splitEntries=false&consumer.delay=1000";)* // ... some ad

RE: Limit concurrency to messages with different headers

2013-08-13 Thread bocamel
Claus, Thanks! This is a perfect solution to my requirements! From: Claus Ibsen-2 [via Camel] [mailto:ml-node+s465427n573697...@n5.nabble.com] Sent: Thursday, August 8, 2013 5:17 AM To: bocamel Subject: Re: Limit concurrency to messages with different headers Sounds like JMS message g

Load test on camel-netty

2013-08-13 Thread Flavio Magacho - M4U
Hi, I'm expecting some problems while running a load test on camel-netty component. This is the route configuration: After some test cycles, we receive some exceptions like this: 2013-08-13 11:25:33,398 WARNING [org.jboss.netty.channel.DefaultChannelPipeline]

Re: Camel RSS component can't be used as Producer Endpoint

2013-08-13 Thread Bilgin Ibryam
Hi Ziga, rss component has only consumer, so you can use it only in from(...) Why do you need to use timer? Bilgin On 13 August 2013 12:25, skazy wrote: > Hi, > > I am trying to use camel-rss component as follow: > > from("timer://timerCamel?repeatCount=0&delay=1000&period=30") > // .

Re: MailComponent/MailConsumer misses Mails

2013-08-13 Thread Christian Müller
Hello Christoph! Thanks for sharing this with us. I hope upgrading to cyrus 2.4.x will solve your issue. Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: h

Re: Incoming message from the queue need to be send to multiple consumer but keep the ordering

2013-08-13 Thread salemi
First of all many thank to you all for your suggestions, I was available to come up with an scalable solution and our chief architect even accepted thesolution. I can ask the JMS producers to add the JMSXGroupID header as well as an additional header to use as an selector. As Claus suggested we wi

Re: Camel RSS component can't be used as Producer Endpoint

2013-08-13 Thread skazy
Hi Bilgin, I have to write the route which periodicaly reads the list of RSS feed urls from database (timer component) and then parse each url with rss component and finally store feed items into solr index. So I have many feed urls to fetch and parse in one camel route. Do you know for any route

Re: Is there a way to set a proxy using camel-rss component?

2013-08-13 Thread roger_rabbit
Bilgin, I did, and it worked! (previously I used getContext().setProperties(..) to set it) Perfect solution! Thanks a lot for the tip! Roger -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-a-way-to-set-a-proxy-using-camel-rss-component-tp5737006p5737222.html Sent

Re: Camel RSS component can't be used as Producer Endpoint

2013-08-13 Thread Willem jiang
Hi, You can use the consumer.delay, consumer.userFixedDelay to camel pull the RSS feed periodically. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/

Mina Synchronous Communication

2013-08-13 Thread milltj
I have a client application that sends messages via a socket. For each message it sends it requires a response. I have setup the Mina2 component with a custom decoder to receive the messages. This works when I have the following in my camel-context.xml

RE: SFTP stops polling files when delete option is set to true

2013-08-13 Thread Mohammad Shadab Ali
Hi, I found in one of the post that using localWorkingDirectory option resolve this issue, but this also doesn't solves the problem. Please help I got stuck with this issue. Thank you in advance. Regards, Shadab -Original Message- From: Mohammad Shadab Ali Sent: Tuesday, August 13, 20

Re: SFTP stops polling files when delete option is set to true

2013-08-13 Thread Claus Ibsen
Hi See here with some points what you can do to investigate a problem and what can help to fix it http://camel.apache.org/support On Wed, Aug 14, 2013 at 8:15 AM, Mohammad Shadab Ali wrote: > Hi, > > I found in one of the post that using localWorkingDirectory option resolve > this issue, but th