RabbitMQ Overview

An installation of RabbitMQ is needed to publish messages from ToolsTalk 2 to ToolsTalk 2 (from version 2.17).

For a general overview of the installation of RabbitMQ, visit https://www.rabbitmq.com/install-windows.html.

Installation

Step

To Do

Check

1

Installing Erlang runtime

░░

2

Installing RabbitMQ

░░

3

Enabling RabbitMQ Web Management Plugin, to manage RabbitMQ via a web browser

  • On the Windows Start menu, select RabbitMQ Server/RabbitMQ Command Prompt (sbin).

  • In the RabbitMQ Command Prompt (sbin dir), enter rabbitmq-plugins.bat enable rabbitmq_management.

░░

Configuration

Step

To Do

Check

4

Configuring RabbitMQ

  • Open a web browser on the same device where RabbitMQ is installed.

  • Enter http://localhost:15672 as the URL.

  • Sign in using Username: guest and Password: guest.

  • Select the Admin tab and then select Add a user.

  • Enter a Username and a Password.

  • Select Admin and then select Add user.

  • Set the permissions for the added user by selecting the user name from the users list.

  • Select Set permission.

░░

If you need to install ToolsTalk 2, see Installing Atlas Copco Data Communication.

If ToolsTalk 2 is already installed, run the DataCommunication Installation Configurator again to complete the settings, see Working with the DataCommunication Installation Configurator and Configuring the Settings Tab.

Verification

Step

To Do

Check

5

After ToolsTalk 2 is installed, the following entry appears in the ToolsTalk 2 log file, [2021-06-11 12:16:03.368 INF RabbitMqBroadcastClient.CreateConnectionAndExchange ] - Created RabbitMQ broadcast exchange: AtlasCopco_ACDC_ToolsTalk_Exchange.

The log file is located in C:\ProgramData\Atlas Copco\Logs\DataCommunicationService.

░░