Bird
0
0

Given the RabbitMQ log snippet:

medium📝 Command Output Q4 of 15
RabbitMQ - Monitoring and Management
Given the RabbitMQ log snippet:
=ERROR REPORT==== 27-Apr-2024::10:15:30 ===
closing AMQP connection <0.1234.0> (192.168.1.10:5672 -> 192.168.1.20:5672): connection_closed_abruptly

What does this log entry indicate?
AThe server refused the connection
BThe connection was idle and timed out
CThe client closed the connection unexpectedly
DThe connection was successfully established
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the error message content

    The phrase 'connection_closed_abruptly' means the connection was closed unexpectedly by the client or network.
  2. Step 2: Match meaning to options

    This matches the client closing the connection unexpectedly, not refusal, timeout, or success.
  3. Final Answer:

    The client closed the connection unexpectedly -> Option C
  4. Quick Check:

    connection_closed_abruptly = client closed unexpectedly [OK]
Quick Trick: Look for 'connection_closed_abruptly' to spot unexpected disconnects [OK]
Common Mistakes:
MISTAKES
  • Confusing refusal with abrupt close
  • Assuming timeout without timeout message
  • Thinking connection was successful

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes