Hi,
checkout the documentation[1] on Spring testing,
zoran
[1] https://camel.apache.org/spring-testing.html
On Tue, Jul 4, 2017 at 8:57 PM, yoav hhh wrote:
> I would like to use CamelSpringTestSupport in order to test my camel route.
> this is my camelContext :
>
> http://camel.apache.org/s
I would like to use CamelSpringTestSupport in order to test my camel route.
this is my camelContext :
http://camel.apache.org/schema/spring";>
${exchangeProperty[incomingFileHandlerError]} != 'null'
Right,
So I managed to get that working, though I am not sure if that's the proper
way of doing this or more of a hack.
So again, I want to use pollEnrich() to fetch a specific file from S3. If a
file doesn't exist then I want to pass a null message down the route. To
simplify things let's say tha