Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring Boot Widget Gadget Example

Introduction

This example demonstrates the widget and gadget example from EIP book, running on Spring Boot.

The example with a similar setup (e.g. without rabbitmq) can be found in this illustration here:

DistributionAggregate

Configuration

Before the application can run, RabbitMQ must be started. You can use the Camel CLI to start a RabbitMQ broker:

$ camel infra run rabbitmq

Build

After that, you can build this example using:

$ cd spring-boot-widget-gadget $ mvn package

Run

You can run this example with Maven using:

$ mvn spring-boot:run

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!