Updated on 2024-02-27 GMT+08:00

RabbitMQ Collector (app-discovery-rabbitmq)

This collector connects to the RabbitMQ management plug-in to obtain the information about the RabbitMQ node list, version, queues, and consumer endpoints in queues. For details about the configuration parameters, see Table 1.

Table 1 Parameters for configuring the RabbitMQ collector

Parameter

Mandatory

Configuration

output_path

No

Enter the storage path of the collection result file (app-discovery-rabbitmq-xxx.csv). If this parameter is left blank, the storage path defaults to <Collector installation path>\output\file.

Example: C:\Edge\tools\plugins\collectors\app-discovery-collectors\python\mgc-app-discovery-collectors\app-discovery-rabbitmq\output\file\app-discovery-rabbitmq-xxx.csv

password

Yes

Enter the login password.

username

Yes

Enter the username for logging in to the RabbitMQ management plug-in.

server_port

Yes

Enter the RabbitMQ service port, for example, 5672.

plugin_port

Yes

Enter the port of the RabbitMQ management plug-in, for example, 15672.

host

Yes

Enter the IP address for connecting to RabbitMQ, for example, 127.0.0.1.