Questions tagged [rabbitmq]
34 questions
3
votes
2 answers
How to install rabbitmq management plugin (rabbitmq-plugins)?
Brief: Is there a way to install rabbitmq-plugins via a ubuntu package?
Details:
I have rabbitmq running ok in my ubuntu system, and now I'm trying to monitor what's going on via the management plugin. I'm following rabbitmq.com/management.html…
jd.
- 133
3
votes
3 answers
Cleanup rabbitmq queue
how can I cleanup (delete messages) in a rabbitmq queue?
I'm using Ubuntu 14.04 and rabbitmq-server 3.2.4-1
Example:
# rabbitmqctl list_queues -p openstack
Listing queues ...
...
notifications.info 372
...
user300177
- 59
3
votes
1 answer
Is it possible to achieve HA using the rabbitmq-server juju charm?
Is it possible to achieve HA using the rabbitmq-server juju charm? Is it possible to have mastar/slaves? Hot Standby, like the PostgreSQL charm?
Thanks
user251910
- 87
3
votes
1 answer
Installing postgres removes rabbitmq and vice versa. How to make both stay?
I need both rabbitmq-server and postgresql to be installed on my machine and apt-get installing one removes the other. Here is the output from install commands:
$ sudo apt-get install postgresql
Reading package lists... Done
Building…
Anuvrat Parashar
- 263
3
votes
2 answers
Ubuntu 20.04 when I tried to install RabbitMQ it showing this error
I followed this website to install RabbitMQ https://attacomsian.com/blog/install-rabbitmq-macos-ubuntu
On the 5th step where it install RabbitMq, When I run the command I get this error
rabbitmq-server.service - RabbitMQ Messaging Server
…
Rao DYC
- 33
2
votes
1 answer
setting ulimit in init script
I am trying to install rabbitmq-server on Ubuntu 14.04.4 LTS.
In /etc/default/rabbitmq-server it says:
# Maximum number of open file handles. This will need to be increased
# to handle many simultaneous connections. Refer to the system
#…
Simon
- 121
2
votes
0 answers
AMQP connection closed when nova cells are enabled on Devstack
I have set up Devstack on 3 servers having IPs 10.10.1.51,10.10.1.53 and 10.10.1.54. I configured the devstack on server 53(IP 10.10.1.53) as the parent/api cell and configured the openstack on 51 and 54 as child cells. I enabled cells by specifying…
2
votes
1 answer
What does rabbitmq-server.service do?
Hello, I've started using Ubuntu 18.04 a year ago and I'm not an expert.
I was trying to remove service that I don't need on boot.
As you can see I have rabbitmq-server.service which takes almost 30s. So i was thinking i could disable/remove it,…
2
votes
1 answer
RabbitMQ - Packages have unmet dependencies
i am following this steps to install rabbitmq on ubuntu 16
echo "deb http://www.rabbitmq.com/debian/ testing main" | sudo tee /etc/apt/sources.list.d/rabbitmq.list > /dev/null
wget https://www.rabbitmq.com/rabbitmq-signing-key-public.asc
sudo…
rahul.m
- 125
2
votes
1 answer
How to fix erlang unmet dependency errors?
I am facing dependency issues while doing installation of rabbitmq-server through APT. I have 2 files added in /etc/apt/sources.list.d: bintray.rabbitmq.list and rabbitmq_rabbitmq-server.list
bintray.rabbitmq.list contains :
deb…
0coder
- 21
1
vote
1 answer
Error installing RabbitMQ in ubuntu14.04
I am getting this error while trying to install RabbitMQ using the command
sudo apt-get install rabbitmq-server
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mysql-server :…
poombavai
- 11
1
vote
0 answers
Erlang disappeared from /usr/bin/erl
The setting
I have downloaded rabbitMQ and used it on an EC2 14.04 machine for a few days.
The setting was simple - I downloaded the Binary .tar.gz, opened it, and typed:
sbin/rabbitmq-server
RabbitMQ started and everything worked fine.
The…
Adam Matan
- 12,919
1
vote
1 answer
Openstack Juno Rabbitmq Charm: Config File Missing
Trying to deploy a multi-node openstack Juno, on 14.04. Here is my charm config file:
nova-cloud-controller:
openstack-origin: cloud:trusty-juno
network-manager: "Neutron"
openstack-dashboard:
openstack-origin: cloud:trusty-juno
keystone:
…
Nastooh
- 625
1
vote
1 answer
Charm Using RabbitMQ
Here is problem:
1) I have a RabbitMQ on Juju.
2) I have a charm which tries to use RabbitMQ, written in Java (I'll call it myCharm).
3) myCharm needs Hostname or IP address of RabbitMQ.
How can I find the IP address or hostname of RabbitMQ on my…
Rastin
- 804
1
vote
1 answer
Can't run deb command to install Erlang?
I'm trying to install RabbitMQ on Ubuntu 18.04.
I'm really new to Linux so don't really understand the installation tutorial on RabbitMQ website: https://www.rabbitmq.com/install-debian.html#apt
I'm trying to run deb…
ryansan
- 123