Unit testing simple JPA route

2018-04-10 Thread erars+jonathan.cook
Hello, I've spent a long time with this so this request is a bit of a last resort. I have a very simple route: @Component public class IngestRouteBuilder extends RouteBuilder { @Override public void configure() throws Exception {

Logging in Apache camel

2018-04-10 Thread gokuljayaraj
Hello everyone, So we have multiple camel routes that are configured by logback to log into separate log files. Is there a way to specify a logger into the route itself? The reason I ask is because, when switched to debug, everything other than what we explicitly log from our logger seems

Re: Logging in Apache camel

2018-04-10 Thread Claus Ibsen
Hi You can take a look at MDC logging http://camel.apache.org/mdc-logging On Tue, Apr 10, 2018 at 8:42 AM, wrote: > Hello everyone, > > > > > So we have multiple camel routes that are configured by logback to log into > separate log files. Is there a way to specify a

Apache Camel - rabbitmq - ssl ( not working )

2018-04-10 Thread Pranay Tonpay
I am trying to use apache camel ( camel-spring-boot - 2.20.2 ) with rabbitmq and create routes. It does work fine when iI use un-secured RabbitMQ ( no-SSL ), but when iI try to connect to RabbitMQ using SSL, it's not connecting to the queue at all. I am using "connectionFactory" option given on

Apache camel and IBM MQ

2018-04-10 Thread Pranay Tonpay
Hi, I was looking for some sample code integrating Apache Camel and IBM MQ that uses pure annotation driven approach. Can someone please provide me some pointers ? thx pranay