Options to use simple publisher confirms in AMQP outbound endpoints #11187
rainerfrey-inxmail
started this conversation in
Ideas
Replies: 1 comment
|
I think we can do that. Thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Spring AMQP offers a simple publisher confirms mechanism using scoped operations and the
waitForConfirms()methods on the RabbitTemplate. This is already used with multiSend for payloads that are iterables of messages only.Would it be possible to add a configuration option that causes the send method to use this mechanism for single / general messages? (Except for team resources), what would be the problem with that?
All reactions