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:
Before the application can run, rabbitmq must be started. This can be done with docker, executing the following command:
$ docker run -d -p 5672:5672 -p 15672:15672 --name my-rabbit rabbitmq:3-management
The port can be configured as desired, but do not forget to match the configured port number in your application.properties
-file!
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!