In current version log level for SingleConnectionFactory.onException() callback is INFO.
https://github.com/spring-projects/spring-framework/blob/274db2f7a934c1558eee25809ceab3982ab73e1c/spring-jms/src/main/java/org/springframework/jms/connection/SingleConnectionFactory.java#L367
Maybe change the logging level to WARN or ERROR?
Comment From: IIShabalin
Hi there! Can someone assing me on this issue?
Comment From: snicoll
@IIShabalin thanks for the offer but we haven't triaged this one yet.
Comment From: snicoll
@Evgen1000end this was set to INFO
rather than WARN
on purpose (see https://github.com/spring-projects/spring-framework/issues/21485). The idea is that the connection can reset itself so you shouldn't get such log unless you're opting-in for more info.
Comment From: IIShabalin
@IIShabalin thanks for the offer but we haven't triaged this one yet.
Ok. Then, maybe, you can suggest an issue I could start from?