mocking future routes

2018-01-17 Thread Yacov Schondorf
Hi, I know how to mock/advise existing routes. But what do I do if one of my routes creates new routes? For example, I can send a configuration message to a configuration route which has an activeMQ From endpoint. The endpoint is advised and replaced with direct:a, so I send a configuration

RE: does camel http4 clear the attachments of a message

2018-01-17 Thread Ronny Aerts
Hello Claus, I'll make a property with an imap message in it so I can add the attachements during the flow of the process. Thank you for the assistance. -- vriendelijke groeten, Ronny Aerts – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België Product Owner Integrations / Integrations

Re: does camel http4 clear the attachments of a message

2018-01-17 Thread Claus Ibsen
You can store stuff on exchange properties and they will stay there always - that is better and safer in your use-case. On Wed, Jan 17, 2018 at 10:29 AM, Ronny Aerts wrote: > Hello Claus, > > I have a combination of serveral routes connected together over a "direct". >

Camel Rest services with no Base path for the CamelServlet

2018-01-17 Thread Darius Cooper
Using Camel 2.19.3 REST DSL with Spring Boot Currently, we have a REST service on an endpoint like this: /mycontext/rest/myService Our web.xml contains: CamelServlet org.apache.camel.component.servlet.CamelHttpTransportServlet CamelServlet /rest/*

RE: does camel http4 clear the attachments of a message

2018-01-17 Thread Ronny Aerts
Hello Claus, I have a combination of serveral routes connected together over a "direct". Each of the routes produce html output which I have to keep for sending an overall mail at the end. -- vriendelijke groeten, Ronny Aerts – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België Product