Add MessagingMessageConverter to SQS Auto-configuration #1145
Labels
component: sqs
SQS integration related issue
status: ideal-for-contribution
We agree it's nice to have but it is not team priority
type: enhancement
Smaller enhancement in existing integration
Currently the only way to set a custom
MessagingMessageConverter
is to declare aSqsMessageListenerContainerFactory
and set it manually, which generates friction since when a factory bean is declared the user no longer benefits from its auto configuration.We should make it possible to declare a
MessagingMessageConverter
bean and having it set in auto configuration.The text was updated successfully, but these errors were encountered: