Re: slow reply for jms component when url contains replyTo

2011-07-17 Thread David Karlsen
Maybe better to provide a replyto resolver strategyinterface with a few implementations for vinning cases? Den 12. juli 2011 07:26 skrev "Claus Ibsen" følgende: > > On Mon, Jul 11, 2011 at 10:12 PM, Jim Newsham wrote: > > > > Hi Claus, > > > > Thanks for opening the jira issue, and for your comme

Re: how to decide a route should be define?

2011-07-17 Thread Taariq Levack
Working with them in Camel it's quite similar so you can switch really easily, and you don't have to learn the API of course. Take them both for a spin. Taariq On 15 Jul 2011, at 4:28 PM, xiangqiuzhao wrote: > if i need to implement socket protocol, why use netty and not mina? > > -- > View t

General guidance for simple camel-supported app.

2011-07-17 Thread Robert J. Liguori
Hey guys, I'm pretty new to Camel... I have a very basic app I want to build, and was hoping for some pointers on how I can do it with Camel. Here it is: (1) Poll a folder for XML files (2) When an XML file arrives, validate it against its XML Schema (XSD) (3) If the file is invalid, move it

CAMEL-4176 fix

2011-07-17 Thread Don Doffe
Hi Claus, sorry I could not check the fix on the weekend. I have shut down my work PC by mistake (instead of rebooting it) over the VPN. I have run the scenario Camel -- HTTP --> proxy -- HTTPS --> destination. Seem to work. Will this fix be back ported to 2.8.0 at some stage or will it be avail

Re: General guidance for simple camel-supported app.

2011-07-17 Thread Ashwin Karpe
Hi, I am attaching 2 links... Between these 2 links you should have your answer... The first link shows how to wire create a JAXB based camel route. The second links shows to wire an xml validating processor. https://svn.apache.org/viewvc/camel/trunk/components/camel-jaxb/src/test/java/org/apache

Re: General guidance for simple camel-supported app.

2011-07-17 Thread Robert J. Liguori
Thank you Ashwin. On Sun, 17 Jul 2011 19:09:44 -0700 (PDT), Ashwin Karpe wrote: > Hi, > > I am attaching 2 links... Between these 2 links you should have your > answer... > The first link shows how to wire create a JAXB based camel route. The second > links shows to wire an xml validating proces