< Home - < Back

rabbitmq-server


Information about the package, rabbitmq-server, which is shipped with common Linux distributions. The rabbitmq-server package is designed for, The RabbitMQ server.


Package Name:

rabbitmq-server

Summary:

The RabbitMQ server

Description:

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.

Architecture:

noarch

Version:

3.1.5

Release:

1.el6

Size:

3.6 M

Repository:

epel

From Repository:

Licence:

MPLv1.1



Handy Yum Commands for rabbitmq-server


Control the rabbitmq-server package with the following handy commands outlined below.


Command

Description of Command

yum install rabbitmq-server

This command will install rabbitmq-server on the server.

yum remove rabbitmq-server

This command will un-install rabbitmq-server on the server. When you run this command, you will be asked if you are sure that you want to remove rabbitmq-server, so you have to manually confirm that you want to do this.

yum -y remove rabbitmq-server

This command will un-install rabbitmq-server on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove rabbitmq-server when using the -y flag.

yum update rabbitmq-server

This command will update rabbitmq-server to the latest version. When you run this command, you will be asked if you are sure that you want to remove rabbitmq-server, so you have to manually confirm that you want to do this.

yum -y update rabbitmq-server

This command will update rabbitmq-server to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove rabbitmq-server when using the -y flag.

yum info rabbitmq-server

This command will show you core information about the rabbitmq-server package.

yum deplist rabbitmq-server

This command will show you the dependencies for rabbitmq-server. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update rabbitmq-server

This command will check if there is an update waiting on rabbitmq-server. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.