spring-amqp
spring-amqp copied to clipboard
Change the method return condition. connectionFactory.isPublisherConfirms()
I fix this issue https://github.com/spring-projects/spring-amqp/issues/2572
connectionFactory.isPublisherConfirms()
return condition.
I believe this condition is appropriate, but some people may not think so, as mentioned in the issue above.
Please confirm.