All Projects → rabbitmq → rabbitmq-peer-discovery-aws

rabbitmq / rabbitmq-peer-discovery-aws

Licence: other
AWS-based peer discovery backend for RabbitMQ 3.7.0+

Programming Languages

erlang
1774 projects
Makefile
30231 projects
Vim Snippet
174 projects

Projects that are alternatives of or similar to rabbitmq-peer-discovery-aws

rabbitmq-peer-discovery-etcd
etcd-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 15 (-34.78%)
Mutual labels:  rabbitmq, clustering, rabbitmq-plugin
rabbitmq-vshovel
RabbitMQ vShovel plugin
Stars: ✭ 26 (+13.04%)
Mutual labels:  rabbitmq, rabbitmq-plugin
Rabbitmq Peer Discovery K8s
Kubernetes-based peer discovery mechanism for RabbitMQ
Stars: ✭ 283 (+1130.43%)
Mutual labels:  rabbitmq, clustering
Elasticluster
Create clusters of VMs on the cloud and configure them with Ansible.
Stars: ✭ 298 (+1195.65%)
Mutual labels:  ec2, clustering
rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (+113.04%)
Mutual labels:  rabbitmq, rabbitmq-plugin
rabbitmq-peer-discovery-consul
Consul-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 39 (+69.57%)
Mutual labels:  clustering, rabbitmq-plugin
Docker Rabbitmq Cluster
Cluster RabbitMQ (official docker image)
Stars: ✭ 144 (+526.09%)
Mutual labels:  rabbitmq, clustering
rabbitmq-clusterer
This project is ABANDONWARE. Use https://www.rabbitmq.com/cluster-formation.html instead.
Stars: ✭ 72 (+213.04%)
Mutual labels:  clustering, rabbitmq-plugin
rabbitmq-web-stomp-examples
www.rabbitmq.com/
Stars: ✭ 90 (+291.3%)
Mutual labels:  rabbitmq, rabbitmq-plugin
rabbitmq-management-agent
RabbitMQ Management Agent
Stars: ✭ 16 (-30.43%)
Mutual labels:  rabbitmq, rabbitmq-plugin
rabbitmq-tracing
RabbitMQ Tracing
Stars: ✭ 48 (+108.7%)
Mutual labels:  rabbitmq, rabbitmq-plugin
sensu-plugins-aws
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
Stars: ✭ 79 (+243.48%)
Mutual labels:  ec2
pytorch kmeans
Implementation of the k-means algorithm in PyTorch that works for large datasets
Stars: ✭ 38 (+65.22%)
Mutual labels:  clustering
Linux-admin
Shell scripts to automate download of GitHub traffic statistics, cluster administration, and create an animated GIF.
Stars: ✭ 23 (+0%)
Mutual labels:  clustering
dokku-rabbitmq
a rabbitmq plugin for dokku
Stars: ✭ 41 (+78.26%)
Mutual labels:  rabbitmq
installtomcataws
Install tomcat 8.x in AWS (Amazon Linux AMI)
Stars: ✭ 13 (-43.48%)
Mutual labels:  ec2
magento-cluster
Highly Available and Auto-scalable Magento Cluster
Stars: ✭ 21 (-8.7%)
Mutual labels:  clustering
Fred
A fast, scalable and light-weight C++ Fréchet distance library, exposed to python and focused on (k,l)-clustering of polygonal curves.
Stars: ✭ 13 (-43.48%)
Mutual labels:  clustering
express-typescript-seed
Node API seed written in typescript using Express, Sequelize, Passport, and RabbitMQ
Stars: ✭ 67 (+191.3%)
Mutual labels:  rabbitmq
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-8.7%)
Mutual labels:  clustering

RabbitMQ Peer Discovery AWS

This was migrated to https://github.com/rabbitmq/rabbitmq-server

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_peer_discovery_aws. All issues have been transferred.

Introduction

This is an AWS-based implementation of RabbitMQ peer discovery interface (new in 3.7.0, previously available in the rabbitmq-autocluster plugin by Gavin Roy).

This plugin only performs peer discovery and most basic node health monitoring using AWS (EC2) APIs as data source. Please get familiar with RabbitMQ clustering fundamentals before attempting to use it.

While it may seem at times that this is a RabbitMQ cluster management solution, it is not. Cluster provisioning and most of Day 2 operations such as proper monitoring are not in scope for this plugin.

Supported RabbitMQ Versions

This plugin requires RabbitMQ 3.7.0 or later.

For a AWS-based peer discovery and cluster formation mechanism that supports 3.6.x, see rabbitmq-autocluster.

Installation

This plugin ships with supported RabbitMQ versions. There is no need to install it separately.

As with any plugin, it must be enabled before it can be used. For peer discovery plugins it means they must be enabled or preconfigured before first node boot:

rabbitmq-plugins --offline enable rabbitmq_peer_discovery_aws

Documentation

See RabbitMQ Cluster Formation guide.

Contributing

See CONTRIBUTING.md and our development process overview.

License

Licensed under the MPL, same as RabbitMQ server.

Copyright

(c) 2007-2020 VMware, Inc. or its affiliates.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].