Skip to content

Let Vert.x applications interact with Camel endpoints

License

Notifications You must be signed in to change notification settings

vert-x3/vertx-camel-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x Camel Bridge

Build Status (5.x) Build Status (4.x)

This component lets Vert.x application to interact with Camel endpoints:

  • event bus message can be propagated to Camel endpoints
  • messages received from Camel endpoints can be sent on the event bus

See the manual for more details.

FAQ

Intellij issue

  • Junit Test can't be launched - @{surefireArgLine}

    In intellij you need to go to "settings - build, execution, deployment - maven - Running Tests" and uncheck the argLine check box. It's because intellij does not support (yet) the late binding variable injection from surefire - see vert-x3/vertx-ext-parent#7

About

Let Vert.x applications interact with Camel endpoints

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages