blob: 49af7834e24d402a2798c764ddc8e5be62c22c6e [file] [log] [blame]
== Camel Example Reactive Executor VertX
This example uses VertX as the reactive executor for routing messages with Camel.
By default Camel uses its own reactive engine for routing messages, but you can plugin
different engines via a SPI interface. This example uses VertX as the engine.
=== How to run
You can run this example using
mvn camel:run
=== More information
You can find more information about Apache Camel at the website: http://camel.apache.org/