Re: Camel SEDA timeout: Update it at runtime

2016-08-17 Thread José Luis Pedrosa
I think this may require a small change on seda component to accept values in a haeader for example. I think maybe a Jira ticket should be better? Claus? Rgds On Aug 17, 2016 16:46, "dcparga" wrote: > Hi all, > > I'm trying to implement a seda route to handle rest calls asynchronously. > The p

Re: Camel deployment for micro service

2016-07-06 Thread José Luis Pedrosa
encies issues in Karaf related to Akka? Were > you using ServiceMix/Fuse or just raw karaf? > > On Wed, Jul 6, 2016 at 10:25 AM, José Luis Pedrosa > wrote: > > > Hi All! > > > > We are considering start the implementation of micro services based on > > apache c

Camel deployment for micro service

2016-07-06 Thread José Luis Pedrosa
Hi All! We are considering start the implementation of micro services based on apache camel and akka, Initially we were thinking on HTTP for sync and Kafka for async, and dev team is really asking to start working with akka, so there's also an camel-akka component that looks nice. I was thinkin