Hello,
I am using Camel 2.15.1. I have a Camel route that sets some custom headers,
then calls a Nettt4-http endpoint:
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
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
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.
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
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
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("{
>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