0

In Spring Cloud Stream Rabbit is there a way to intercept acks in the background. Even though my intent is to only catch NACKS/Errors, since I am enabling publisher returns, it reduces the throughput. I am using a confirmACkChannel to intercept acks. I cannot use the modern way since mine is a stream and message publishing cannot be batched. I am using a service activator bound to acks channel and another which is bound to the errorchannel.

0 Answers0