When using rabbitmq for batch consumption, consumption failure will be sent to errorChannel, and you will encounter an error that List<Message> cannot be forced to Message #9231
-
Describe the bugWhen using rabbitmq for batch consumption, the consumption failure will be sent to errorChannel, and you will encounter an error that List cannot be forced to Message. The code location is as follows. When registering ErrorMessageHandler, it will be called The messages in batch consumption are List, which cannot be received by Message Reproduction steps
Expected behaviorThe exception log is as follows
Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
source location |
Beta Was this translation helpful? Give feedback.
-
Please reports this to the Spring AMQP maintainers, ideally with an executable way to reproduce. This repository has nothing to do with Spring or even the RabbitMQ Java client. |
Beta Was this translation helpful? Give feedback.
Please reports this to the Spring AMQP maintainers, ideally with an executable way to reproduce. This repository has nothing to do with Spring or even the RabbitMQ Java client.