This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ Artemis.
This example uses an embedded Artemis broker by default. Alternatively, you can start an external Artemis broker using the Camel CLI:
camel infra run artemis
You can run this example using
mvn spring-boot:run
Apache Camel provides 200+ components which you can use to integrate and route messages between many systems and data formats. To use any of these Camel components, add the component as a dependency to your project.
If you hit any problem using Camel or have some feedback, then please let us know.
We also love contributors, so get involved :-)
The Camel riders!