I should have mentioned that I'm using Spring Integration's DefaultMessageListenerContainer with cacheLevel set to CACHE_CONNECTION.
On Fri, 29 Jan 2021, 07:04 Michel Jung, <michel.jun...@gmail.com> wrote: > Hi, > > I have 3 queues, 1 consumer per queue and a default prefetch size of 1. > The way I understand it, the broker should push to the consumers rather > than the consumers pulling. > > Yet, I see that, every second, each consumer is removed and immediately > re-added. > > Is this expected? How can I avoid this? > > Kind regards > Michel >