This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ Artemis.
The example runs both locally using embedded Artemis broker, and it runs on OpenShift using AMQ Broker deployed via operator
You need to install the AMQ Broker Operator via OperatorHub as stated in the documentation
then you can deploy the broker executing:
oc apply -f ocp-resource/amq-broker.yaml
to deploy the application:
mvn clean install -P openshift
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!