Skip to main content

tuna and RabbitMQ

Step 1. Download the client​

Instructions are available on the installation page.

Step 2. Start the RabbitMQ server​

Installation instructions can be found in the official documentation.

Step 3. Run tuna​

RabbitMQ uses port 5672 by default:

tuna tcp 5672

As a result of running the command, a connection address will be displayed on the screen (for example, ru.tuna.am:12345), which can now be used to connect to RabbitMQ.

You can provide access to RabbitMQ Management, which uses port 15672 by default:

tuna http 15672