Is there a way to ensure apps are configured to a specific quality-of-service in spring cloud stream. I am assuming at-least-once is the default configuration but is there a way to ensure that application or the rabbitmq platform is going to use one, when using SCSt.
- At most once
- At least once
- Exactly once
I am unable to configure QoS parameter for the SCSt apps.