Skip to content

Files

Latest commit

 

History

History
28 lines (18 loc) · 1.56 KB

readme.md

File metadata and controls

28 lines (18 loc) · 1.56 KB

Rust AMQP/HTTP Gateway Example

MIT or Apache 2.0 licensed Dependencies Rust build Docker Image

AMQP/HTTP Gateway services for sending messages to RabbitMQ queue from HTTP endpoint or receiving messages and sending it to a webhook (HTTP POST/PUT).

Components

The default setup starts a RabbitMQ service, generates messages with wrk (message-generator) and calls the HTTP endpoint on amqp-producer. The producer publish the messages to RabbitMQ.

RabbitMQ delivers the messages to the amqp-consumer, that calls a webhook (http-sink) to simulate message processing.

Documentation

License

This project is licensed under either of the following licenses, at your option: