This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
Child CFs' ConfirmsAndReturns are now enforced to follow the same configuration as the RoutingCF in spring-amqp #55
Open
Description
This issue comes from the changes in spring-amqp
that enforces all child connection factories to follow the same configuration as the routing connection factory for checkConfirmsAndReturns()
(here, issue).
The result is that configuration between child CF and the general RoutingCF cannot be different.