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: http://camel.465427.n5.nabble.com/Camel-CXF-Consumer-Route-in-OSGi-not-available-tp5736238p5736255

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 TESB.

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: 2 etc. etc With this I would expect a maximum of 2 messages to be sent every 10 seconds. H

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 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 wrote: > > Not in this route

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 wrote: > I use the 2.8.0 version of Camel. > > Regards, > Joe > > > On Thu, Jul 25, 2013 at 8:45 AM, Claus Ibsen wrote: > >> Hi >> >> We ought to have duplication detection in place. Also on the route ids

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 Default

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: users@camel.apache.

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 : .setHeader(Exchange.FILE_NAME).simple("bean://Mymethod?method=ge

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

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 [mailt

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