Skip to content

Commit 0c933cb

Browse files
Wording
1 parent 1c8e421 commit 0c933cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/client/impl/AMQConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ private void readFrame(Frame frame) throws IOException {
741741

742742
/** private API */
743743
public void handleHeartbeatFailure() {
744-
Exception ex = new MissedHeartbeatException("Heartbeat missing with heartbeat = " +
745-
_heartbeat + " seconds, for " + this.getHostAddress());
744+
Exception ex = new MissedHeartbeatException("Detected missed server heartbeats, heartbeat interval: " +
745+
_heartbeat + " seconds, RabbitMQ node hostname: " + this.getHostAddress());
746746
try {
747747
_exceptionHandler.handleUnexpectedConnectionDriverException(this, ex);
748748
shutdown(null, false, ex, true);

0 commit comments

Comments
 (0)