Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem committed Feb 16, 2024
1 parent 77c2b9e commit b307313
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Conduit Connector for RabbitMQ
Integration of [Conduit](https://conduit.io) with RabbitMQ.
The RabbitMQ connector is one of [Conduit](https://github.com/ConduitIO/conduit) builtin plugins. It provides both, a
source and a destination connector for [RabbitMQ](https://rabbitmq.com/).

## How to Build?

Run `make build` to compile the connector.

## Testing
Execute `make test` to perform all non-tls tests. Execute `make test-tls` for the tls tests.

Use the Docker Compose file located at `test/docker-compose.yml` for running the required resources locally.
Execute `make test` to perform all non-tls tests. Execute `make test-tls` for the tls tests. Both command use docker files located at `test/docker-compose.yml` and `test/docker-compose-tls.yml` respectively.
Tests require docker compose v2.

## Source Connector

The source connector extracts data from RabbitMQ and sends it to downstream systems via Conduit.


### Configuration Parameters

| Name | Description | Required | Default Value |
Expand Down

0 comments on commit b307313

Please sign in to comment.