Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.39 KB

README.adoc

File metadata and controls

42 lines (23 loc) · 1.39 KB

ActiveMQ Artemis - Spring Boot example

Abstract

This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ Artemis.

Introduction

The example runs both locally using embedded Artemis broker, and it runs on OpenShift using AMQ Broker deployed via operator

How to run the example locally

You can run this example using

mvn spring-boot:run

How to run the example on OpenShift

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

Using Camel components

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.

Help and contributions

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!