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).
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.
This project is licensed under either of the following licenses, at your option:
- Apache License, Version 2.0, (LICENSE-APACHE or [http://www.apache.org/licenses/LICENSE-2.0])
- MIT license (LICENSE-MIT or [http://opensource.org/licenses/MIT])