Bluelock / camel-spring-amqp

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

camel-spring-amqp support for Apache Camel 2.2.1 #75

Open sonalsoft08 opened 4 years ago

sonalsoft08 commented 4 years ago

Since new Apache Camel requires a default camel context passed to its default message class constructor .

image

The SpringAMQPMessage class is not compatible with latest apache camel .

image

Is there any plan to fix this in later releases ?