-
I am observing what I believe is a bug:
I am running a 2-node RabbitMQ cluster in OpenShift with rabbitmq-peer-discovery-k8s plugin. A template I use to deploy the cluster can be found [here](https…
-
Reproduced using 3.7.3 generic-unix package and Erlang 20.2.3:
```
$ ./sbin/rabbitmq-plugins set --offline rabbitmq_management
The following plugins have been configured:
rabbitmq_management
…
-
When we query the management API for cluster link (json below), I noticed inconsistencies between CLI and API.
At this point I'm not sure which tool is correct giving the inconsistency of information…
-
I do wonder if i have a mis configuration or that er is indeed somthing wrong...
2018-01-27 18:47:17.495 [error] CRASH REPORT Process with 0 neighbours crashed with reason: no case clause matchin…
-
I'm running into an error starting up rabbit with the plugin enabled to cluster autoscale group members. The machines have the correct IAM roles and I currently have 2 machines running in the asg.
…
-
Hello,
Having problem to set a parameter with **set_parameter** for a **specific vhost**.
As stated by rabbitmqctl, we can use the **-p vhost** parameter.
```
Usage:
rabbitmqctl [-n ] [-t ] […
-
I'm trying an installation of RabbitMQ 3.7 (3.7.1 and 3.7.2) on Debian Stretch (9.3) with Erlang 20.1.
The issue is that although I've copied all plugins to `/usr/lib/rabbitmq/lib/rabbitmq_server-3…
-
I am trying to implement mosquitto-auth-plug with mongodb as backend on Ubuntu server. Here is the config:
```
# Select your backends from this list
BACKEND_CDB ?= no
BACKEND_MYSQL ?= no
BACKEND_…
-
I have enabled the mqtt on the rabbitmq and trying to connect using the mosquitto_pub and mosquitto_sub, the clients are not getting connected, if I check the logs of the rabbitmq it is continuously t…
-
Hi, I posted this to the user group but got no response.
According to the MQTT documentation on the Rabbit web-site I was expecting QOS2 publishes to be accepted but that Rabbit would downgrade the…