Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 990 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 990 Bytes

RabbitMQ Client for Vert.x

Build Status

A Vert.x client allowing applications to interact with a RabbitMQ broker (AMQP 0.9.1)

Getting Started

Please see the main documentation on the web-site for a full description:

Running the tests

The tests all use a instances of rabbit dynamically created in a local docker instance (i.e. the user running the tests must have permission to create docker containers).

% mvn test