Questions tagged [rabbitmqctl]

command line tool for managing a RabbitMQ broker

RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker.

rabbitmqctl is a command line tool for managing a RabbitMQ broker. It performs all actions by connecting to one of the broker's nodes. See the man page for further details

Diagnostic information is displayed if the broker was not running, could not be reached, or rejected the connection due to mismatching Erlang cookies.

224 questions
0
votes
1 answer

RabbitMQ SSL Clustering on Windows Breaks rabbitmqctl

I'm trying to follow the steps in the RabbitMQ docs here to get clustering with SSL working on Windows. I'm noticing though that the "rabbitmqctl status" command starts failing after the environment variables defined in those steps are set. I'm…
Andy
  • 2,709
  • 5
  • 37
  • 64
0
votes
1 answer

Can we choose next master node in RabbitMQ?

Can we prefer one slave node to be a master than another slave node? Assuming I want to choose next master node to be a node with the minimum masters or with the maximum resource available if current master node fails. Is it possible to organize?
Oleksandr
  • 3,574
  • 8
  • 41
  • 78
0
votes
1 answer

Apply Q expire Policy for all Vhosts in RabbitMQ

I need to apply Q expire Policy for all Vhosts in RabbitMQ,Is there any way we can apply a policy for all Vhosts from commandline.
Akshat
  • 575
  • 2
  • 12
  • 28
0
votes
1 answer

want to purge queue in remote machine rabbitmq

I am having rabbitmq up and running in another machine with ip address 10.8.11.12 on port 15672 and in that i am having a queue named "hello". I want to purge hello queue from my machine using CLI (command line interface) I have tried following to…
CHEK D
  • 63
  • 1
  • 7
0
votes
3 answers

RabbitMQ clusturing `join_cluster`

I'm setting up a RabbitMQ cluster reading from its docs. While setting it up, it joins Machine2 with Machine1 via command rabbitmqctl join_cluster rabbit@rabbit1. Now what is rabbit@rabbit1? I know its user@hostname, but when I fire this command,…
Praful Bagai
  • 16,684
  • 50
  • 136
  • 267
0
votes
1 answer

Recreating default exchanges in RabbitMQ

So... I was messing around on my localhost, and deleted the "/" vhost. Now I'm curious: What do you need to do to recreate the default exchange? Is it possible, or is rabbitmqctl reset the only recourse?
user208769
  • 2,216
  • 1
  • 18
  • 27
0
votes
1 answer

Duplicate sources.list error while sudo apt-get update

I was installing rabbitMQ , it get installed properly but while update i got below warnings. I am also not able to enable rabbitmq-management plugin. Reading package lists... Done W: Duplicate sources.list entry http://www.rabbitmq.com/debian/…
Kalashir
  • 1,099
  • 4
  • 15
  • 38
0
votes
1 answer

The connection was reset using RabbitMQ

Helo, I am really new at rabbitmq. I was trying to establish a rabbitmq router and send him a HelloWorld in python using pika. In terminal i do sudo rabbitmq-server start. I can enter localhost:15672. But when i try to connect to localhost:5672…
newguy
  • 69
  • 1
  • 9
0
votes
1 answer

RabbitMQ - Manually putting a producer in flow control

In one of our applications the back pressure did not work and there was a huge pileup in a queue on RabbitMQ. This caused the RMQ node to choke. Is there a way to apply flow control (manually) on that queue in such cases? That would have slowed down…
anindyaju99
  • 465
  • 1
  • 5
  • 16
0
votes
0 answers

RabbitMQ connectivity with Load Balancer(Tomcat)

I have a cluster of RabbitMQ servers(typically 2). How could i load balance between the cluster. Does TOMCAT provide any server for this? or what would be the best LoadBalancer here?
Dileephell
  • 620
  • 2
  • 7
  • 18
0
votes
0 answers

Error while upgrading RabbitMq from 3.2.4 to 3.6.1 on ubuntu 14.04

I was following instruction given in the link. Updated my repository list and tried to upgrade the version but it gives the following error. Earlier, cluster of two node of rabbitmq 3.2.4 was running. Error: Reading package lists... Done Building…
Naresh
  • 5,073
  • 12
  • 67
  • 124
0
votes
0 answers

rabbitmqctl list_users not working

I was getting 104 connection reset by user in my django celery ,I'm assuming it has something to do with guest user, so to check when I did sudo rabbitmqctl list_users on my server, it just waits forever and does nothing. If anyone knows about both…
Nagraj93
  • 383
  • 2
  • 9
0
votes
1 answer

RabbitMQ CLI status different from management portal

I've noticed that when I run the RabbitMQ status command from the command line (rabbitmqctl status), all of the reported numbers are way out of whack with what I know to be reality. My reality is confirmed by what I see in the Management web portal.…
Josh Kitchens
  • 1,080
  • 11
  • 18
0
votes
1 answer

How to use rotate_logs on a log file that is 80+gb's for RabbitMQ on windows server

I need to run rabbitmqctl rotate_logs on a rabbitmq log file that is over 80gb's in size. When I tried to run this the first time it froze rabbit and no messages could be received. The freeze lasted 20 mins before I had to kill the command and…
Keefe Higgins
  • 177
  • 2
  • 10
0
votes
1 answer

Starting amqp-consume on Debian 8

I used to consume messages from amqp-consume with this command below at debian 7, but I installed debian 8 I think the amqp-tools is different and it does not recognize my command. I noticed some changes. My web interface change the port from 55672…
Felipe Gutierrez
  • 525
  • 1
  • 9
  • 20
1 2 3
14
15