Home

Awesome

Vert.x Eventbus mock server

Just a fake Vert.x application listening and replying to messages sent over the eventbus, and bridging the eventbus on port 7542 TCP. Useful if you need to test an Eventbus client implementation for instance, without mocking the TCP connection.

Spec:

Available as a docker image.

docker run -p 7542:7542 aesteve/tests:mock-eventbus-server