Closed
Description
In what version(s) of Spring AMQP are you seeing this issue?
3.1.3
Describe the bug
When I use version 3.1.3 of SpringBoot and import spring-boot-starter-amqp and spring-rabbit-stream, once I listen to any Stream, it will fail to start.
Expected behavior
Start and listen to Stream normally.
Sample