If it is helpful then here is the link to a new jira issue I just discovered that also describes this issue:
jira.springframework.org/browse/SPR-5198
Type: Posts; User: c.michaelrobinson; Keyword(s):
If it is helpful then here is the link to a new jira issue I just discovered that also describes this issue:
jira.springframework.org/browse/SPR-5198
I am currently using DefaultMessageListenerContainer and would like to stop the listener when certain exceptions are detected etc. e.g. some resource is unavailable. The stop method that takes a...