Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ protected boolean deliverMessage(String topicName, int messageId, MqttMessage aM
// Just log the fact that an exception was thrown
// @TRACE 725=Ignoring Exception thrown from messageArrived: {0}
log.fine(CLASS_NAME, methodName, "725", new Object[] { ex });
throw ex;
}
delivered = true;
}
Expand Down