when sending a MQ message using stream, if the message is not consumed, you want the message to be saved in rabbitMQ, and when the consumer starts, you can go to MQ to get it. I would like to ask how to implement it:
spring.cloud.stream.bindings.creat.destination=user
spring.cloud.stream.bindings.creat.group=user
I added these two sentences in the configuration file, and I will not create a queue in rabbitmq. I do not know what the situation is