Camel headers and Netty4 HTTP producer

2015-08-21 Thread Alex Soto
Hello, I am using Camel 2.15.1. I have a Camel route that sets some custom headers, then calls a Nettt4-http endpoint:

Re: Camel Delayer EIP query

2015-08-21 Thread Claus Ibsen
The first, take of queue and wait in memory. On Fri, Aug 21, 2015 at 1:41 PM, gilboy wrote: > Hi > > If I have the following route: > > from("activemq:b").delay(1).to("mock:result"); > > I understand that the message will be delayed 10 seconds before being > delivered to mock:result. > > Howe

Camel Delayer EIP query

2015-08-21 Thread gilboy
Hi If I have the following route: from("activemq:b").delay(1).to("mock:result"); I understand that the message will be delayed 10 seconds before being delivered to mock:result. However, trying to understand does the message get taken from the queue and stored in memory until the 10 seconds

Re: Create 'to' http endpoint (with arguments) with bean

2015-08-21 Thread James Carman
Because beans aren't tied to camel and can be tested in isolation. On Fri, Aug 21, 2015 at 2:38 AM rwijngaa wrote: > Work-around: > (works, but why use bean:xxx at all then? could then just replace it with a > processor ;-) > > > > > > -- > View this message in context: > http://camel.465427.n5.

how to route pojo in camel

2015-08-21 Thread Amar Sheth
Hi, I am new to Apache Camel, I have an requirement were in I have to route pojo in camel and some processing to be done. My scenario/requirement is I have first component , which do the DB fetch and get the records, now for each records, call a webservice, which will return java POJO, we need

Load Bean Definitions from XML in Camel

2015-08-21 Thread Felix Thomas
hello, I know we can load RouteDefinations from XML, but can we have the same idea of loading for Beans from a XML like Spring. Is there anything already available inAPI? Regards, Felix T

Rest DSL Media Type

2015-08-21 Thread Gregor Zurowski
Hi everyone: When I set up the following simple route with Camel 2.15.2 and Rest DSL, the response will not contain the media type as specified by the 'produces' verb: rest("/hello") .produces("application/json") .get("/{name}").to("direct:hello"); from("direct:hello").transform(simple("{

Re: what's happening to camel extra?

2015-08-21 Thread Pontus Ullgren
>From this thread[1] it seems that Daniel Gruno is the one in charge for the move. However I fail to find any indication on the progress or roadmap. Using Github as a backup plan does NOT[2] seem to be a option in the opinion of the community-dev decision. Anyway perhaps we should move this discus