Christian
Christian

Reputation: 33

Can I use Apache Camel with Micronaut?

We have been evaluating the Micronaut framework and are looking to use the Apache Camel library. I do not see a specific integration with Apache Camel. The Apache Camel library does support a set of annotations.

Questions

Upvotes: 3

Views: 1818

Answers (1)

Jeff Scott Brown
Jeff Scott Brown

Reputation: 27245

Can we use Apache Camel with Micronaut?

Yes.

If we attempt to use Apache Camel annotations, will it work but revert to using the Java annotation api, i.e. work but not be optimized for Micronaut?

Yes.

Upvotes: 3

Related Questions