Discussed in #11187
Originally posted by rainerfrey-inxmail July 17, 2026
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?
Discussed in #11187
Originally posted by rainerfrey-inxmail July 17, 2026
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?