Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Camel Example Spring Boot and ActiveMQ

This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ. In contrast to the amqp example in this repo, it uses ActiveMQs openwire protocol and the camel-activemq component.

How to run the example

You need a running ActiveMQ broker. You can use the Camel CLI to start an Artemis broker:

camel infra run artemis

You can run this example using

mvn spring-boot:run

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!