Is there a difference between Java DSL and Rest DSL and the way they work?

2019-08-05 Thread Viki Keaton
Hello- I am having an issue between using jetty in Java DSL and utilizing Rest DSL. Thank you in advance for your help. I am using Eclipse, Camel 2.24.0, Spring Boot 2.2.0, Java 1.8, and I can not use any xml. I have one example that uses Jetty in the from(). Using Spring boot, this means tha

Help with using application.properties entries with Camel and Spring Boot

2019-08-05 Thread Viki Keaton
Hello- I'm new to Camel and excited about it's use. However, I find myself very frustrated with what seems to be the simplest of things. I have several questions, but will try and keep them in separate posts. I am using Eclipse, Camel 2.24.0, Spring Boot 2.2.0, Java 1.8, and I can not use any

Multiple Exchange outputs that need to post sequentially to same external api

2019-08-18 Thread Viki Keaton
Hi- I have a processor that creates 2 different JSON requests/output messages; I'll call them JSON1 and JSON2. JSON1 needs to post to an external api, and then, if response code is 201, JSON2 needs to post to the same external api. How do I "save" or route the output messages? To make matters wor