camel-cdi-test sendBodyAndHeaders not sending headers

2016-04-20 Thread craigmjones96
Hi, I am trying to use camel-cdi-test framework and it is working in all scenarios i have needed to test so far. However, now i need to send Headers in as part of my message to a route but when i inspect the Exchange as soon as it has entered to route (via a logEndpoint) the headers i provided are

Re: camel-cdi-test sendBodyAndHeaders not sending headers

2016-04-20 Thread craigmjones96
Hi, It seems it was something strange in my configuration... after following your example i slowly built up my test scenario from an easy situation (direct:in) to incorporating standard amq to then incorporating specific amq configuration we are using and was able to find the issue. I will delete