Questions tagged [rabbitmq]
The rabbitmq tag has no summary.
17 questions
1
vote
0
answers
69
views
SH script fails when something already exists [duplicate]
I have a problem with my SH script, I'm writing a SH script that automates the installation of OpenStack Keystone, and also uses a small configuration file, everything works fine but due to a syntax ...
2
votes
1
answer
2k
views
"Error when reading ./.erlang.cookie: eacces" while enabling rabbitmq plugin
I installed rabbitmq on kali linux. I started the service
sudo systemctl start rabbitmq-server
Then I tried to enable the management plugin
rabbitmq-plugins enable rabbitmq_management
But I am ...
0
votes
1
answer
360
views
`json.decoder.JSONDecodeError` when executing `list queues` with `rabbitmqadmin`
I want to list available queues on a remote RabbitMQ server with the following command:
rabbitmqadmin --host=a.b.c.com --port=443 --username=user --password=pwd list queues
But it ends with an error:
...
1
vote
0
answers
764
views
Cannot install RabbitMQ: Error in dnf package
I have an issue when trying to install RabbitMQ for my OpenStack infrastructure:
I tried to run dnf -y install centos-release-openstack-xena.
Everything seems to be OK but when i try to enable my repo ...
0
votes
1
answer
147
views
RabbitMQ, SCP in Linux dropping connections
In GNU/Linux I have an issue with an application I have made.
It works in my development environment, most of the components running in dockers or natively, but it randomly (often, but not always) ...
0
votes
0
answers
1k
views
start rabbitmq-server ERROR
I tried starting rabbitmq-server when installing rabbitmq on Ubuntu and I get the following Error:
Job for rabbitmq-server.service failed because the control process exited with error code.
See "...
0
votes
1
answer
1k
views
Rabbit mq handshake_timeout
There is a rabbitmq running on docker on my ubuntu aws server, which I connect to from my local pc app. After setting up https domain on nginx, it broke up (I am not sure if it the reason).
I tried to ...
1
vote
2
answers
3k
views
Connect 2 docker-containers through docker-compose
I'am trying to connect web- application, deployed from one container, to rabbitmq, deployed at another container.
By relying on this Connecting to RabbitMQ container with docker-compose , I created ...
0
votes
1
answer
216
views
Starting 'n' copies of a daemon with systemd
I would like to have systemd start up a number of processing servers for a RabbitMQ RPC queue. I tried to follow the example in Have SystemD spawn N processes? to have a single systemctl command to ...
1
vote
1
answer
139
views
Where do I find files specific to a user?
I've been having a problem connecting to my rabbitmq server when I start it on my local machine. Apparently the erlang cookie of the server, running on my local machine, does not match the cookie on ...
7
votes
2
answers
26k
views
rabbit-mq in Ubuntu 16.04 fails to start without clear message error
I had a rabbit-mq service running and I suddenly see that the service is not running and that I cannot start it.
I have checked other existing questions regarding this kind of problems, and most of ...
3
votes
1
answer
11k
views
Resolving systemd dependency on Amazon Linux to permit RabbitMQ install
I am trying to install rabbitmq server from rabbitmq-server-3.6.10-1.e17.noarch.rpm on an EC2 instance running Amazon Linux. I understand that Amazon Linux evolved from CentOS and RHEL Linux, so I ...
1
vote
1
answer
1k
views
how to configure sensu server with rabbitmq?
I want to install sensu-server and sensu-client both on single node(ubuntu 14.04) for practical purpose. when i am using redis as transport it's working fine. but when i am trying to configure ...
2
votes
0
answers
995
views
Installing RabbitMQ & Erlang without root
So this client has a lot of internal regulations and has issues getting root access.
While RabbitMQ has a "generix Linux" install that doesn't require root access, it still relies on ErLang
Is there ...
1
vote
1
answer
2k
views
Defeat rabbitmq-server dpkg autostart
I need rabbitmq-server installed on Ubuntu. Rabbitmq-server tries to start itself on install, and on many dpkg and apt-get commands thereafter. (Having it run on install is intentional, according to ...