Re: Consuming camel twitter component

2013-09-30 Thread anirbanroysap
Hi Claus, Does this mean that I can give the configuration parameters as a part of the endpoint URI ONLY? Thanks and regards, Anirban -- View this message in context: http://camel.465427.n5.nabble.com/Consuming-camel-twitter-component-tp5740432p5740531.html Sent from the Camel - Users maili

Re: Consuming camel twitter component

2013-09-30 Thread anirbanroysap
Hi Claus, Yes I have seen the example. The twitter endpoint requires some configuration parameters like consumerKey,accesToken etc. to be set. If I understand correctly it can be set while creating the endpoint URL. So, can I declare my endpoint as And then use it in my route as: Thanks

Consuming camel twitter component

2013-09-29 Thread anirbanroysap
Hi, I am using camel-twitter component to consume twitter services. I am able to to do it using java DSLs as given in the example(Camel twitter websocket blueprint). But I have a requirement of configuring the camel routes in the blueprint xml itself. I am not able to configure the camel compone