Skip to content

orange-bees/spring-camel-activemq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-camel-activemq

This is an example application for demonstrating Spring Boot and Camel with Apache MQ.

The example is highly configurable by modifying the application.properties file to change any of its parameters.

Integration Tests

The application includes an integration test which uses the docker-maven-plugin from fabric8 to build an image, start it, and connect to another Docker image for Apache MQ to demonstrate the functionality.

Running application

This requires an Apache MQ Server running separately. You may choose to use a pre-built Docker image as shown below:

docker run -p 61616:61616 -p 8161:8161 rmohr/activemq:5.15.9     

About

Spring Boot Camel ActiveMQ Integration Example Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published