Skip to main content

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.

0 votes
0 answers
47 views

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 ...
Silviu Bajenaru Marcu's user avatar
0 votes
1 answer
151 views

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. ...
Carabes's user avatar
  • 103
0 votes
1 answer
181 views

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.
Karikaaalan's user avatar
0 votes
0 answers
105 views

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 ...
The Dog Ate My Homework's user avatar
0 votes
0 answers
232 views

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 ...
Marcell Bernát's user avatar
0 votes
0 answers
163 views

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)[...
Moinul Hasan's user avatar
1 vote
0 answers
84 views

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 ...
Roberto Iglesias's user avatar
0 votes
1 answer
534 views

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, ...
Vinesh's user avatar
  • 1
1 vote
1 answer
485 views

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 ...
stoft's user avatar
  • 176
0 votes
1 answer
457 views

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 ...
FN_'s user avatar
  • 293
0 votes
1 answer
452 views

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 ...
Hz00's user avatar
  • 3
0 votes
1 answer
487 views

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 ...
eku's user avatar
  • 1
1 vote
0 answers
495 views

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 ...
toom's user avatar
  • 247
0 votes
0 answers
238 views

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 ...
MMY's user avatar
  • 1
0 votes
1 answer
448 views

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 ...
kaushal47's user avatar
1 vote
0 answers
149 views

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 ...
samtech 2021's user avatar
1 vote
1 answer
2k views

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 ...
Philbo's user avatar
  • 11
0 votes
1 answer
708 views

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 ...
sflyer's user avatar
  • 1
0 votes
1 answer
545 views

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 ...
xrkr's user avatar
  • 483
0 votes
1 answer
548 views

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 ...
Martynas's user avatar
  • 1,287
0 votes
1 answer
5k views

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 ...
Felipe's user avatar
  • 111
1 vote
1 answer
1k views

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&...
matpen's user avatar
  • 427
1 vote
2 answers
830 views

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: ...
charlottesville's user avatar
0 votes
0 answers
1k views

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 ...
user1890098's user avatar
2 votes
2 answers
3k views

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, <<&...
scaryhamid's user avatar
0 votes
2 answers
2k views

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 ...
em_bo's user avatar
  • 151
0 votes
1 answer
732 views

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 ...
Red Cricket's user avatar
0 votes
1 answer
2k views

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 ...
Randy's user avatar
  • 111
1 vote
1 answer
4k views

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 ...
James's user avatar
  • 131
1 vote
1 answer
3k views

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 ...
mortenstarck's user avatar
1 vote
1 answer
4k views

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 ...
James Lin's user avatar
  • 171
0 votes
3 answers
8k views

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 ("/") ...
argyrodagdileli's user avatar
1 vote
0 answers
67 views

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 ...
demonking's user avatar
  • 131
0 votes
2 answers
330 views

Does the RabbitMQ variant of Amazon MQ support rabbitmq-consistent-hash-exchange?
Evgeniy Berezovsky's user avatar
4 votes
1 answer
2k views

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 ...
Philip Couling's user avatar
1 vote
1 answer
466 views

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 ...
Purple Alien's user avatar
1 vote
1 answer
485 views

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 ...
Alexander Brehm's user avatar
7 votes
1 answer
7k views

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....
Mr.Stiven's user avatar
0 votes
1 answer
973 views

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. /...
Postie's user avatar
  • 101
6 votes
0 answers
2k views

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 ...
Antonis Christofides's user avatar
0 votes
1 answer
1k views

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 => { ...
Marat Gainutdinov's user avatar
0 votes
1 answer
2k views

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 ...
ptheofan's user avatar
  • 431
2 votes
0 answers
927 views

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 ...
Martin Forde's user avatar
1 vote
1 answer
1k views

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 ...
ashish bustler's user avatar
1 vote
1 answer
3k views

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: ...
Jelly's user avatar
  • 111
1 vote
1 answer
306 views

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 ...
mapedraza's user avatar
1 vote
1 answer
1k views

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 ...
Amin_it's user avatar
  • 133
2 votes
1 answer
2k views

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/...
Al Hoo's user avatar
  • 121
0 votes
2 answers
159 views

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 ...
yield's user avatar
  • 858
0 votes
1 answer
2k views

I am looking to change rabbitMQ default guest user password to something then guest and guest.......... Config look like this: [ { rabbit, [ { loopback_users, [ ] }, { ...
yield's user avatar
  • 858

1
2 3 4 5