Questions tagged [rabbitmq]
RabbitMQ is an open-source and commercially supported messaging broker written in Erlang which allows applications to scale by decoupling the sending and receiving of data. RabbitMQ features flexible messaging routing via exchanges and queues, server clustering, mirrored queues for high availability, and clients for a variety of languages. The home page is http://www.rabbitmq.com.
225 questions
0 votes
0 answers
25 views
RabbitMQ Cluster weird as hell after a node reinstall
I had a 3 node cluster with nodes: rabbitmq-01 rabbitmq-02 rabbitmq-03. The hosts file contains the names and the IP address of those hosts so they are able to reach each other via those names. The ...
0 votes
1 answer
123 views
RabbitMQ fails in EKS with error /usr/local/bin/docker-entrypoint.sh: exec format error
I'm trying to run a RabbitMQ in my EKS cluster. I have this image in my ecr ecrrepo/rabbit:3.8.27-management. This image, to push it to ecr I just pulled it from the oficial, rettaged and then pushed. ...
0 votes
1 answer
144 views
RABBITMQ ArgoCD restart issue
I deployed rabbitmq in kubernetes using helm and argocd. Whenever there is any sync it is restarting. Is there any way to curb this behavior and I can manage it with argo without restarts.
0 votes
0 answers
82 views
RabbitMQ persistent messages on disk slow to release disk capacity
We are upgrading from rabbitmq 3.9 to RabbitMQ 4.0.5 and Erlang 26.2.5.7 on Ubuntu 22 running on an AWS EC2 i3 instance with 1 x 950 NVMe SSD. The mnesia directory is on the NVMe SSD. hard and soft ...
0 votes
0 answers
215 views
Unable to create policies in RabbitMQ 3.13.7, server says classic queue mirroring is not permitted per the configuration, but it is
I have an Oracle Linux 9.4 VM running RabbitMQ 3.13.7 with Erlang 26.2.5.4 (can't upgrade to RabbitMQ 4 yet because of our application lacks support). I'm trying to create some policies, but I get an ...
0 votes
0 answers
138 views
RabbitMQ Cluster in mk8s
I am try to create a Quorum queue in rabbit which need 3 node. Currenlty I have 2 physical machine 1 with IP 192.168.2.70 and Other one with 192.168.2.60. in :70 I install 2 pod - 2 rabbitMQ(V4.05)[...
1 vote
0 answers
79 views
RabbitMQ find stuck consumers
I've managed to write a simple Python script to get some basic metrics from my queues. But this is not enough to detect if one of my consumers is not processing tasks. Is there any way to get ...
0 votes
1 answer
498 views
Openstack -Rabitmq cluster issue
We are operating an OpenStack environment managed by Ansible with three controller nodes. Recently, Controller-2 encountered a network partition with RabbitMQ cluster issue that we couldn't resolve, ...
1 vote
1 answer
453 views
RabbitMQ fails to start with `{error,not_json}` after upgrade to 3.11
After upgrading our rabbitmq to v3.11 it fails to start with the following message: Error during startup: {error,not_json} It is the same configuration as exported from 3.10, loaded via an ...
0 votes
1 answer
424 views
Rabbitmq keeps crashing - Reason: Completed
I am running a rabbitmq inside Kubernetes cluster using Bitnami chart. And if often crashes with no other reason than "Completed". Prior migration to k8s, Rabbit was working fine as one of ...
0 votes
1 answer
413 views
Adding/removing RabbitMQ user tag from management UI without inputting password
I have an administrator user that can add or remove user tag of another user, but as far as I know the the only way to do that from management UI is to also provide user password because there is only ...
0 votes
1 answer
446 views
Missing rabbitmq.conf file in RabbitMQ installation
I recently installed "RabbitMQ 3.12.10:Erlang 26.2" on a Linux VM. Upon checking the server status using the command [systemctl status rabbitmq-server], the console output logs confirmed ...
1 vote
0 answers
481 views
rabbitmq seems to crash on startup
I used brew to install rabbitmq. However, it seems to be unable to start properly. This is what happens: Tom@MacOS:/opt/homebrew/var/log/rabbitmq % brew services start rabbitmq ...
0 votes
0 answers
211 views
Postfix Trigger script when E-Mail was Sent
This is my first Post at serverfault. I hope someone can help me. My setup looks like this: I have a RabbitMQ where emails are queued. I've written a small Python tool that retrieves one email at a ...
0 votes
1 answer
430 views
How to make rabbitmq management console available for local host (127.0.0.1) and server's external IP address
I want my rabbitmq management console configured for both localhost (127.0.0.1) and IP address 10.10.136.19. I changed the attribute "management.tcp.ip" in rabbitmq.conf, but could not find ...
1 vote
0 answers
137 views
k8s pods ImagePullBackOff issue bitnami rabbitmq-exporter
In our scenario, We are facing an issue that fails to download the bitnami/rabbitmq-exporter from Dockrhub. kubectl get statefulset rabbitmq -o yaml name: rabbitmq - name: RABBIT_URL ...
1 vote
1 answer
2k views
Kubernetes RabbitMQ Operator: Cluster is having startup issues (readinessProbes are failing), how to troubleshoot further?
My RabbitMQ Cluster is not switching into ready state (readiness probes are failing), as it is having troubles on startup. The cluster was deployed using the official RabbitMQ operator. Unfortunately ...
0 votes
1 answer
683 views
Rabbitmq cluster on Nomad
I want to create a rabbitmq cluster in a nomad cluster. Right now I can run rabbitmq docker containers, but I can't create a cluster based on consul discovery. After containters starts i got this ...
0 votes
1 answer
518 views
openstack yoga volume creation fails
We are trying to create cinder volume. Cinder API accepts the request, but volumes are stuck in creating state. This happens regardless of the backend used (i.e. also with lvm). Seems like some ...
0 votes
1 answer
534 views
How to set RabbitMQ logging format to single line?
I want to have RabbitMQ log entry to single line instead of multiline. How could I do that? I have set log.file.formatter.single_line = true in rabbitmq.conf, but then RabbitMQ fails to start. In ...
0 votes
1 answer
5k views
RabbitMQ Helm chart installation in a Kubernetes cluster failing distributing Erlang cookie to a node
I'm trying to install a RabbitMQ cluster through the Bitnami Helm chart (https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq) in an EKS cluster and when I execute the Helm installation I ...
1 vote
1 answer
1k views
RabbitMQ quorum queues - have node automatically rejoin
I am exploring RabbitMQ quorum queues to improve HA for some services in a Kubernetes cluster. As I am reading, they are designed with data safety in mind. However, the chapter "Managing Replicas&...
1 vote
2 answers
804 views
On a fresh install of Redhat8, on a new EC2 instance, RabbitMQ fails, failed_to_start_child
UPDATE: If I do: yum upgrade I see: Skip Packages With Broken Dependencies When How do I fix this? Older post: I found the file erl_crash.dump here: /var/lib/rabbitmq/erl_crash.dump If I do this: ...
0 votes
0 answers
1k views
Set up HAProxy load balancer in docker for a docker RabbitMQ cluster
I've set up a 3 node RabbitMQ cluster in docker using the following, docker run -d --rm --net rabbits ` -v ${PWD}/config/rabbit-1/:/config/ ` -e RABBITMQ_CONFIG_FILE=/config/rabbitmq ` -e ...
2 votes
2 answers
3k views
failed_to_parse_configuration_file on rabbitmq
So I just wanted to change default username password from guest to sth else on rabbitmq but nothing works for me... this is my rabbitmq.conf [ {rabbit, [ {default_vhost, <<&...
0 votes
2 answers
2k views
Can I trace a RabbitMQ consumer to a remote host?
I often find myself troubleshooting situations where, due to user error (forgetting to shut down some processes), some extra consumers are listening on a known RabbitMQ queue. When I do rabbitmqctl ...
0 votes
1 answer
712 views
Using RabbitMQ docker image
I started a rabbitmq docker container as described here https://registry.hub.docker.com/_/rabbitmq/ $ sudo docker run -d --hostname myrabbit --name rabbit rabbitmq:3 Then I got the docker container's ...
0 votes
1 answer
2k views
How do I move or migrate RabbitMQ Server config and database files to a different directory
I inherited a RabbitMQ Server installed on a Windows 10 Workstation. The config, database, logs etc. are in the user's folder that installed RabbitMQ initially. I need to move or migrate these to a ...
1 vote
1 answer
4k views
Where is RabbitMQ config file, as its log shows "config file(s) : (none)"
I am new to RabbitMQ and have newly installed RabbitMQ 3.7.17 on a test virtual machine, it runs OK and I'm able to log in on its web interface. I'm looking at some unclear notes left by the previous ...
1 vote
1 answer
3k views
Install Plugins on RabbitMQ hosted in Amazon MQ
I have a RabbitMQ hosted in Amazon MQ, but im finding it difficult to find any documentation or guides to how to install this plugin https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/. In ...
1 vote
1 answer
4k views
Can RabbitMQ persist message over public/subscribe method?
Just doing some research for our Message Bus, I haven't got a straight answer from googling about whether RabbitMQ can provide persistence over public/subscribe method. Eg. Subscriber A and B both ...
0 votes
2 answers
8k views
RabbitMQ randomly crashes
I've recently deployed a RabbitMQ server on AWS following the instructions for RPM-based Linux distros. RabbitMQ 3.8.14 Erlang 23.3.1 It's a single-node deployment with only one vhost ("/") ...
1 vote
0 answers
62 views
RabbitMQ Stomp one central Node or domain based?
We have a server with about 400 instances of an application, each of these instances has its own domain. We want to set up a RabbitMQ(other server) , also Stomp(websockets) for the Frontend and amqp ...
0 votes
2 answers
315 views
Does Amazon MQ support rabbitmq-consistent-hash-exchange
Does the RabbitMQ variant of Amazon MQ support rabbitmq-consistent-hash-exchange?
4 votes
1 answer
1k views
Can the internal hostname be set for an ECS container on AWSVPC
I'm trying to run RabbitMQ in ECS on an AWSVPC network with EFS persistence. The problem is that ECS on AWSVPC resets the hostname every time the container is restarted. This results in rabbitmq ...
1 vote
1 answer
455 views
PUB/SUB Message Queue with server side filtering?
I am looking for a message queue to realize a chat application. The most important requirement is: when a subscriber specifies a filter criteria, all the messages need to be filtered on the server ...
1 vote
1 answer
479 views
RabbitMq: Need help configuring the authentication cache plugin "rabbit_auth_backend_cache"
I'm attempting to stand up a new RabbitMq server (Version 3.7.23, Erlang Version 22.2.3), and I've managed to get LDAP authentication working. Unfortunately, it seems that the authentication is quite ...
7 votes
1 answer
7k views
Persistent storage in EKS cluster with multiple availability zones
I have an EKS cluster with one linux worker node, which may instantiate in any availability zone within a region. I need to use persistent storage volume so my data won't be lost in case the node dies....
0 votes
1 answer
952 views
RabbitMQ changed node on reboot, need to change back or merge messages/add node
Currently a RabbitMQ server is running on an Ubuntu server and was using node rabbitmq@ubuntu. The server needed a reboot, nothing was manually changed, but now the RabbitMQ node is rabbitmq@Ubuntu. /...
6 votes
0 answers
2k views
How to make RabbitMQ start and stop faster
On Debian 10, service rabbitmq-server start takes 10 seconds; service rabbitmq-server stop takes 5 seconds. This is for a Docker development environment where load is extremely low and start/stop ...
0 votes
1 answer
1k views
Logstash RabbitMQ output plugin
I am a new to Logstash and I want to store nginx messages in RabbitMQ queue like this: Nginx logs -(input)-> Logstash -(output)-> RabbitMQ logstash config: filter { grok { match => { ...
0 votes
1 answer
2k views
HAproxy with Let'sEncrypt certificate produces SSL handshake failure
I am using HAproxy to terminate TLS (and later also load balance) RabbitMQ (MQTT). When I disable TLS it all works great. However, when I enable the TLS I get fe_mqtt/1: SSL handshake failure The ...
2 votes
0 answers
916 views
Having an issue enabling internode TLS support in rabbitmq / erlang
We are running rabbit v3.8.3-1.el7, erlang v23.3.3.el7, kernel 3.10.0-1062.12.1.el7.x86_64, release Centos 7.7 I have three nodes that I would like in disc mode, cdvlhbqr23[1-3] However I'm running ...
1 vote
1 answer
1k views
Rabbitmq server not picking value from rabbitmq.conf file
I am using the latest version of RabbitMQ for clustering. I was setting some custom values and parameters on nodes via rabbitmq.conf file by placing it inside the /etc/rabbitmq directory and then ...
1 vote
1 answer
3k views
Connect to docker-container: Connection reset by peer
I'am trying to connect web- application, deployed from one container, to rabbitmq, deployed at another container. I created the following docker-compose: version: '3' services: webapp: ...
1 vote
1 answer
280 views
How I can continuously log processes connected to a socket
I have a project with an architecture based on a RabbitMQ queue. Each day at 00:30 triggered by a CRON job, the producer process gets the information from a web page and writes in the queue in order ...
1 vote
1 answer
1k views
Reverse Proxy For Rabbitmq?
I have an Nginx Reverse Proxy for my HTTP services, I Wonder is it a good idea to use the Nginx stream module to create Reverse Proxy for my connections to my Rabbitmq? What is the advantage of ...
2 votes
1 answer
2k views
rabbitmq kubernetes with NFS mount
I tried to set up a rabbitmq cluster in a kubernetes envirnoment that has NFS PVs with the help of this tutorial. Unfortunately it seems like the rabbitmq wants to change the owner of /usr/lib/...
0 votes
2 answers
155 views
RabbitMQ versionning the rabbitmq.config
Good day ! I have a RabbitMQ container running in a Kubernetes platform. I push it's config via a configMap. Since, there is sometimes a need to change the config, I would like RabbitMQ to reload ...
0 votes
1 answer
2k views
Set rabbitMQ default guest password to something else
I am looking to change rabbitMQ default guest user password to something then guest and guest.......... Config look like this: [ { rabbit, [ { loopback_users, [ ] }, { ...