Bluelock / camel-spring-amqp

Spring AMQP Component for Apache Camel
61 stars 54 forks source link

Route not started from console (ServiceMix) #48

Open alexeyshockov opened 10 years ago

alexeyshockov commented 10 years ago

My environment: ServiceMix 4.5.2 (latest stable) with Camel 2.10.6.

route-stop command working on route with spring-amqp consumer, but route-start not working on the same route, error: “Error executing command: java.lang.IllegalArgumentException: interface org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$ContainerDelegate is not visible from class loader”

osgi:restart for whole bundle works well (all routes starts).