-
Hi,
Getting a crash while exporting the metrics.
My rabbitmq.conf':
```
cloudwatch_exporter.aws.region = "eu-west-1"
cloudwatch_exporter.metrics.1 = …
-
The addition of the maven-source-plugin with `attach-sources` goal, causes the `gitflow-helper-maven-plugin` to fail due to attempting to upload multiple versions of the sources jar.
```xml
…
-
Hi ,
I am using aks with a rabbitmq-ha , the cluster using the mirror queue .
And after some time - I am getting this warning and the pod state is crash loop -
The log is
>
warning: /var/…
-
on RabbitMQ 3.7.0 docker image "rabbitmq:3.7.0-management-alpine" When i try to enable the plugin i get the error message
Downloaded the plugin in the plugins folders
```
/opt/rabbitmq/plugins
-r…
-
Sending an JSON definition to /api/definitions fails, if content-type has charset set.
Without charset:
```
$ curl -X 'POST' 'http://10.0.116.18:15672/api/definitions' -H 'Content-Type: applicati…
OJezu updated
5 years ago
-
I'm running RabbitMQ 3.6.14 with these plugins installed: https://github.com/deadtrickster/prometheus_rabbitmq_exporter/releases/tag/rabbitmq-3.6.14.1
I'm getting this error and a 500 when attempti…
-
#### Environment
- OS: El Capitan
- EMQ: emqttd 2.0.5 (in docker container)
#### Description
I used simple script (https://github.com/fabaff/mqtt-randompub) to test basic performance of emqtt…
-
Failure when running with 5.7.1:
```
[2019-03-12T13:39:51+00:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: rabbitmq_plugin[rabbitmq_management] (openstack-ops-messaging::rabbitmq-server line 66…
-
proc entries can only have a size of a PAGE_SIZE block. this works for X64 which has 128K page size. but most systems (especially embedded systems) only have a PAGE_SIZE of 4 KB. so the protocol list …
-
Hi all,
Today I've been integrating a rabbitmq (3.7.12) with an HTTP authentication backend, with a backend cache. The http server is a rails server. I've noticed that everything seems to work well…