RabbitMQ Configuration File Error: publisher-confirms=true [Solved]

Publisher confirms = true reports an error

When rabbitmq connectionfactory is defined in the configuration file, publisher-confirm will report error

Solution: the new version of confirm-type=”CORRELATED” replaces the old version of publisher-confirm=“true”

Read More: