Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 844 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 844 Bytes

Custom Lyska rabbitmq

This repository contains a custom-crafted rabbitmq, built for lyska projects

Installed plugins

This rabbitmq image also has the rabbitmq_message_deduplication plugin installed, so that we can have de-duplication queues and/or exchanges.

Rationale

While developing this image, we thought about putting it directly within the api project, but since it will be very stable, and move very rarely, it is better for now to have it here, separately, and to not pollute the CI pipeline of api (which is already quite complex) any further.

Should this project grow or change too often, then consider integrating it into the api project directly instead.