Viewing RabbitMQ Messages
Producers send messages to queues. You can view the message content and traces in a specific virtual host and queue on the console.
Notes and Constraints
Available only for RabbitMQ AMQP-0-9-1.
Viewing RabbitMQ Messages
- Log in to the RabbitMQ console.
- Click
in the upper left corner to select the region where your instance is located.
- Click a RabbitMQ instance name to go to the instance details page.
- In the left navigation pane, choose Message Query.
- Set the query parameters by referring to Table 1.
- Click Search.
The query result is as follows.
Figure 1 Searching for messagesTable 2 lists the message parameters.
- Click Message Query in the row containing the desired message. The View Details page is displayed. View the message size, storage time, and content on the Message Body tab page.
The console displays messages smaller than 4 KB. To view messages larger than 4 KB, click Download Message.Figure 2 Message body
- Click View Message Trace in the row containing the desired message. The View Details page is displayed. Check whether messages are consumed on the View Message Trace tab page.
Figure 3 Viewing message trace
Table 3 describes message trace parameters.
Table 3 Message trace parameters Parameter
Description
Producer status
A producer can be in the following state:
Sent: The message is sent successfully, and the server has successfully stored the message.
Creation duration
Time taken to send the message by the producer, in milliseconds.
Address
IP address of the producer.
Consumer status
A consumer can be in one of the following states:
- Retrieved
- Retrieval timed out
- Abnormal retrieval
- NULL returned
- Retrieval failed
Retrieved
Time when the message is retrieved.
Retrieval duration
Time taken to consume the message by the consumer, in milliseconds.
Address
IP address of the consumer.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot