Questions tagged [rabbitmq]
17 questions
7
votes
2 answers
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 them point to problems in /etc/hosts configuration…
Jose Luis de la Rosa
- 241
- 1
- 2
- 7
3
votes
1 answer
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 looked for install packages intended for those.
RMQ…
56lt56
- 33
- 1
- 1
- 3
3
votes
2 answers
how do i build / apply an selinux policy file, on redhat 7?
I'm trying to install RabbitMQ on Redhat Linux 7 (RHEL7). I followed the instructions on the RabbitMQ site, and it installed fine. However, it won't run because SELinux is preventing Erlang from binding to port 25672.
I've found the SELinux policy…
Derick Bailey
- 131
- 1
- 4
2
votes
1 answer
"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 getting this error:
Error when reading…
Yilmaz
- 289
- 1
- 4
- 22
2
votes
0 answers
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 a "generic" or non-root intall or Erlang ?
It…
Jay C
- 21
- 1
2
votes
1 answer
are named pipes (mkfifo) the predecessor of RabbitMQ?
Is RabbitMQ, for inter process communication, like pipes and named pipes?
How does RabbitMQ compare to named pipes? Except distributed systems.
(RabbitMQ, for those who haven't encountered it, is an open source, middleware, enterprise message broker…
Sybil
- 1,653
- 5
- 19
- 37
1
vote
0 answers
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 and starting an update : dnf -vv…
TheSams
- 11
- 1
1
vote
2 answers
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 the following docker-compose:
version:…
Jelly
- 123
- 1
- 1
- 8
1
vote
1 answer
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 my local machine. I found an old post on the…
Alexander Tolub
- 11
- 1
- 2
1
vote
1 answer
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 rabbitmq as transport than it's give me error.
my…
Tiger
- 648
- 7
- 12
- 25
1
vote
1 answer
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 the instructions.) On this box, rabbitmq server…
kojiro
- 4,544
- 4
- 24
- 32
0
votes
0 answers
How to install rabbitmq cluster with private network for minor queue
I want to install the rabbitmq cluster with private network for minor queue. I did search on google but can't find the setup guide. Please help me.
aphabeta
- 87
- 3
0
votes
1 answer
`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:
Traceback (most recent call last):
File…
ka3ak
- 1,235
- 4
- 18
- 30
0
votes
1 answer
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) fails in the server environment where it needs to be…
xCovelus
- 205
- 2
- 11
0
votes
0 answers
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 "systemctl status rabbitmq-server.service" and…