How to Install amqp-tools in Ubuntu 18.04



Install amqp-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install amqp-tools

Description:

Command-line utilities for interacting with AMQP servers

RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes command line utilities.

Homepage: https://github.com/alanxz/rabbitmq-c

Version: 0.8.0-1build1

Section: universe/net