You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
rwanderc
changed the title
Child CFs' ConfirmsAndReturns are now enforced to follow the same configuration as the RoutingCF in spring-amqp to
Child CFs' ConfirmsAndReturns are now enforced to follow the same configuration as the RoutingCF in spring-amqp
Mar 10, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workinghelp wantedExtra attention is needed
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 forcheckConfirmsAndReturns()
(here, issue).The result is that configuration between child CF and the general RoutingCF cannot be different.
The text was updated successfully, but these errors were encountered: