Skip to content

Commit

Permalink
Merge pull request #26 from odidev/rabbitmq
Browse files Browse the repository at this point in the history
Add rabbitmq file
  • Loading branch information
zachlasiuk authored Jan 31, 2024
2 parents 9ff3b98 + 7a04735 commit f9e618c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/sw_database/rabbitmq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: RabbitMQ
category: Messaging/Comms
description: RabbitMQ is an open-source, lightweight message broker. It acts as a central hub for applications to communicate asynchronously by sending and receiving messages.
download_url: https://github.com/rabbitmq/rabbitmq-server/releases
works_on_arm: true
supported_minimum_version:
version_number: 3.0
release_date: 19/11/2012


optional_info:
homepage_url: https://rabbitmq.com/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://www.rabbitmq.com/documentation.html
arm_recommended_minimum_version:
version_number:
release_date:


optional_hidden_info:
release_notes__supported_minimum:
release_notes__recommended_minimum:
other_info: RabbitMQ is not architecture-specific and has common binaries released. Hence the minimum version is the first released version(3.0).
---

0 comments on commit f9e618c

Please sign in to comment.