Spring Operator
Spring Operator
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented This is not so simple; moving back to the backlog; will open another for the DELAY stuff.
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented If you would like to contribute your work, please see [CONTRIBUTING](https://github.com/spring-projects/spring-amqp/blob/master/CONTRIBUTING.adoc). Thanks!
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented For more info: https://logback.qos.ch/access.html
**[Yannick](https://jira.spring.io/secure/ViewProfile.jspa?name=yenki)** commented Actually we are more suffering of the opposite problem where consumers never get removed from a queue having reasonable amount of activity. For instance I have a queue...
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented Currently, each consumer manages his own idle state; [it is clearly stated in the documentation](http://docs.spring.io/spring-amqp//reference/htmlsingle/#listener-concurrency) > Practically, consumers will only be stopped if the whole container is...
**[Yannick Boucher](https://jira.spring.io/secure/[email protected])** commented `@Gary`, I understand how the current implementation works and the limitations. I need to come up with a solution and I think my use case is common...
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented I don't really have time to give it much thought but, in either container, I think we'd have to keep some kind of smoothed moving average of...
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented see #6735; when this issue is resolved, the lock keys should be optimized.
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented The summary says "...instead of or in addition...". Beware that 'instead of' has other ramifications - the current conversion to a UUID String limits the size to...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Yes a patch would be appreciated, thanks.