Going from ‘camel-rabbitmq’ to custom messaging class

2018-10-08 Thread Ron
Hi, all. I’ve been successfully using the ‘camel-rabbitmq’ component and love it. However, I’ve unfortunately been tasked to replace it with an in-house custom class we’ve used on a number of projects to write/read to/from our RabbitMQ bus. To do this, do I need to create a new custom Connecti

: No CamelContext defined yet so cannot inject into bean: or

2018-10-08 Thread Wang Yan
Hello All, I am running Apache Camel as SpringBoot application Everything is ok. but when i start it, I saw a warning * o.a.c.i.DefaultCamelBeanPostProcessor: No CamelContext defined yet so cannot inject into bean: org.apache.camel.converter.jaxb.FallbackTypeConverter* *Then I add **CamelCo