-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an enum to select the type of publisher confirms #1067
Milestone
Comments
Thanks Gary. If none is a valid value, we probably need an option in the enum for that as well. |
Good point! |
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Aug 13, 2019
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Aug 19, 2019
artembilan
pushed a commit
that referenced
this issue
Aug 19, 2019
Resolves #1067 * * Refactor deprecated setters to use new setter * * Fix this.publisherConnectionFactory typo
artembilan
added a commit
to spring-projects/spring-integration
that referenced
this issue
Aug 19, 2019
Can we please reopen this issue? I think deprecated methods that take a boolean are ignoring the boolean value and set the enum to enable the feature. If you call those methods with |
Doh |
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Aug 20, 2019
artembilan
pushed a commit
that referenced
this issue
Aug 20, 2019
Fixes #1067 * * reset `confirmType` in setter, if appropriate * * Fix reset propagation to publisher CF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simplify Boot auto-configuration.
SIMPLE
andCORRELATED
.See spring-projects/spring-boot#17848 (comment)
The text was updated successfully, but these errors were encountered: