Vasily Kochnev
Vasily Kochnev
Builder can provide the single source of truth for factory configuration. I do can extend `LocalizedQueueConnectionFactory`, but for me personally there are several difficulties: - I use Spring Cloud Stream...
Sorry, but I honestly cannot imagine situation when anyone would rely on `Error`s to be ignored. Exceptions yes totally, but not Errors.
Consider similar discussion on spring-amqp https://github.com/spring-projects/spring-amqp/issues/1258
I've done some search around the repo and discovered a few more suspicious `Throwable` catches also ignoring `Error`s https://github.com/rabbitmq/rabbitmq-java-client/blob/e32bcbb2824f7616a13acd5827a87ca92e54f08f/src/main/java/com/rabbitmq/client/impl/nio/NioLoop.java#L167 https://github.com/rabbitmq/rabbitmq-java-client/blob/e32bcbb2824f7616a13acd5827a87ca92e54f08f/src/main/java/com/rabbitmq/tools/jsonrpc/JsonRpcServer.java#L182 https://github.com/rabbitmq/rabbitmq-java-client/blob/ebc3e2929988dbd0b1e1421a19bfb14432681176/src/main/java/com/rabbitmq/client/impl/ChannelManager.java#L156 Would it be more appropriate to file them separately...
I should say it's much worse in reality because of how it is implemented. If you use mockserver in your tests then none(!) other normal http clients can use TLSv1.3....