Skip to content

Rabbit MQ

RabbitMQ Monitor in MCT is a type of synthetic check that simulates the creation, production, and consumption of messages in RabbitMQ queues. This monitor assesses the health and performance of RabbitMQ by verifying the ability to create a queue, publish a message to it, and then consume that message.

label: language:java; os:alma8

Configuration

Required

  • RabbitMQ URL: the URL of the RabbitMQ server
  • Queue Name: the name of the queue to create and use for the test

Optional

  • Username: the username to use for authentication, if required
  • Password: the password to use for authentication, if required
  • Message Body: the message body to be published to the queue, optional
  • Timeout: the timeout for the entire operation, including queue creation, message publication, and consumption, optional

Source Code