GenericMessagingTemplate.setThrowExceptionOnLateReply

Whether the thread sending a reply should have an exception raised if the receiving thread isn't going to receive the reply either because it timed out, or because it already received a reply, or because it got an exception while sending the request message. <p>The default value is {@code false} in which case only a WARN message is logged. If set to {@code true} a {@link MessageDeliveryException} is raised in addition to the log message. @param throwExceptionOnLateReply whether to throw an exception or not

class GenericMessagingTemplate(T)
void
setThrowExceptionOnLateReply

Meta