rabbitmqctl Questions
5
Using RabbitMQ as broker, I would like to copy all the messages from one queue to another queue for test/debug purpose. What's the simplest way via RabbitMQ web management console / cli?
P.S. Unde...
Koppel asked 31/7, 2018 at 7:6
27
Solved
I installed rabbitmqadmin and was able to list all the exchanges and queues. How can I use rabbitmqadmin or rabbitmqctl to delete all the queues.
Capybara asked 12/7, 2012 at 19:59
2
While using Clusters in Rabbit MQ, I was planning to use the Competing Subscriber pattern.
Producer : 1
Exchange : 1 direct
Queue : 1
Consumers : n (multiple) listening to the same queue.
Now if...
Verticillaster asked 25/5, 2015 at 13:35
4
Solved
I would like to reproduce the network partition scenario with all the three modes - ignore, autoheal and pause_minority.
How can I achieve this? I tried stopping(/sbin/service reboot) one of the n...
Timberwork asked 4/3, 2016 at 11:49
4
Solved
I am trying to do clustering using two Rhel instances. I am able to ping each other and even when i am trying to use command empd -names, i get it is up and running on 4369.When i am use the comman...
Vergara asked 7/6, 2016 at 13:10
3
Solved
I've got rabbitmq with couple virtual hosts, there is few queues on each.
How can I list all queues from all vhosts using rabbitmqctl?
I've tried:
rabbitmqctl list_queues -p /*
rabbitmqctl list_qu...
Android asked 5/5, 2017 at 8:18
2
Solved
I saw the example for docker healthcheck of RabbitMQ at docker-library/healthcheck.
I would like to apply a similar mechanism to my Kubernetes deployment to await on Rabbit deployment readiness. I...
Gunman asked 2/10, 2019 at 17:21
5
I'd like to define mirroring for all my queues by default. I currently have to use rabbitmqctl once the node is up:
rabbitmqctl set_policy ha-all "" '{"ha-mode":"all"}...
Tramway asked 27/7, 2015 at 20:32
1
I am using self signed certificates in my Rabbitmq server and the broker is started successfully with SSL port. I am now trying to renew / use new SSL certificates, SSL key and truststore but I do ...
Savil asked 4/7, 2018 at 6:0
8
I am trying to install rabbitmq. The installation of both erlang i.e OTP 18.1 file was done successfulyl and also rabbitmq installation completed successfully. But when I try to connect rabbitmq, I...
Dekaliter asked 13/7, 2016 at 5:56
4
We're running RabbitMQ and the .log it's writing to the log folder get quiet large.
What's the right thing to do there, can we just delete it from time to time, should we rotate them away and then...
Socioeconomic asked 17/1, 2017 at 12:18
5
Solved
I've used docker to start my rabbitmqserver. How can I use rabbitmqctl to connect to the rabbitmqserver in the docker container?
Port 5672 has been exposed and map to the 5672 port of my host. But...
Biosphere asked 3/12, 2013 at 7:55
6
Is it possible to view RabbitMQ message contents directly from the command line?
sudo rabbitmqctl list_queues lists the queues.
Is there any command like sudo rabbitmqctl list_queue_messages <qu...
Alec asked 22/5, 2012 at 20:18
3
I'm using rabbitmq to handle messages between my databases for an enterprise application I work on. As part of the process, I'm trying to help automate the setup of the servers (e.g. script it). In...
Romaine asked 1/10, 2014 at 16:0
1
I have rabbitmq installed and working properly and I know how to receive logs but don't know how to show it to UI with flask.
flask_app.py
from flask import Flask
from threading import Thread
app...
Poultice asked 21/7, 2017 at 11:43
1
Solved
There are several questions here in SO about RabbitMQ heartbeat but I haven't found one addressing how to actually change the default heartbeat value of 60 seconds (580 seconds in previous versions...
Crosier asked 4/7, 2019 at 11:16
2
Solved
Why do we need routing key to route messages from exchange to queue? Can't we simply use the queue name to route the message? Also, in case of publishing to multiple queues, we can use multiple que...
Kilby asked 30/3, 2016 at 7:30
1
Solved
I am using RabbitMQ 3.0.3 version. The service was working fine for last 4-5 years. Recently some updates patches were installed on the server and the Service stopped responding. This is what is ha...
Belle asked 5/7, 2018 at 15:25
3
Solved
I want to change the Rabbitmq MNESIA dir to /disk folder instead of default /var/lib. I did the change in /usr/lib/rabbitmq/bin at rabbitmq-env with
RABBITMQ_MNESIA_BASE=/disk/rabbitmq/
RABBITMQ_...
Tenne asked 13/6, 2016 at 14:2
1
Following the directions stated here, I have set up a certificate authority and created the rabbitmq.config with the appropriate fields. However, when I try to connect to the RabbitMQ server with
...
Amphitrite asked 8/12, 2015 at 22:27
2
Solved
Rabbitmq documentation says that we need to do some configuration before we use it on production. One of the configuration is about maximum open file number (which is an OS parameter).
Rabbitmq se...
Bland asked 15/9, 2017 at 12:50
1
rabbitmqctl have the subcommand list_exchanges to list all the exchanges. How can I create an exchange using rabbitmqctl, as I didn't see the add_exchanges subcommands?
Instar asked 30/8, 2017 at 4:40
1
Solved
I'm new to RabbitMQ and I decided to start with console tools for better management understanding. Then I'm going to use web console and then Java client.
I faced some operations can be executed b...
Eyecatching asked 21/8, 2017 at 11:30
2
Solved
I have RabbitMQ installed on a CentOS 5.x server which I use for message passing between my programs. I've installed rabbitmqadmin following the directions on https://www.rabbitmq.com/management-cl...
Jalisajalisco asked 7/4, 2015 at 21:0
4
Solved
I am running RabbitMQ v3.3.5 with Erlang OTP 17.1 on Windows 2008 R2. My Dev and QA environments are stand-alone. My staging and production environments are clustered.
I am finding this one proble...
Cannabin asked 20/8, 2014 at 16:13
1 Next >
© 2022 - 2024 — McMap. All rights reserved.