RecipientList with Parallel Processing + Timeout + TypeConversion and finally Aggregation

2018-09-22 Thread Philipp Zach
Hello! The title might be a bit misleading, but I could not think of a better one. I have following problem and I could not find a proper solution in camelinaction or the camel cookbook. My setup: I have a recipient list that sends a message to different activeMQ endpoints. >From these Endpoints

How to properly pass/handle Exceptions with an Async Camel Rest Application

2018-08-02 Thread Philipp Zach
Hello all! I am currently working on an async Camel Rest application with several components. 1.) I have a "Request handler" that is responsible for all user-Rest requests. It accepts a get input and responds with a redirect url. 2.) The input is processed, splited, aggregated, etc. in the acco

AW: [Q] Camel header set in the fluent route builder gets lost

2018-07-05 Thread Philipp Zach
- Ignoring non primitive header: order of class: org.apache.camel.component.jms.issues.DummyOrder with value: DummyOrder{orderId=333, itemId=4444, quantity=2} On Thu, Jul 5, 2018 at 4:09 PM, Philipp Zach wrote: > Hello Everybody! > > I am relatively new to camel, so this might be a common mistak

[Q] Camel header set in the fluent route builder gets lost

2018-07-05 Thread Philipp Zach
Hello Everybody! I am relatively new to camel, so this might be a common mistake. Also I am new to the mailing list, so please excuse me when I am doing something wrong here or if I am not sticking to the proper procedure. I am trying to set up an application with several routes, inluding a sca