Skip to content

Is it ok to call AbstractMessageListenerContainer#stop() multiple times? #439

@matijabruncic

Description

@matijabruncic

I'm looking at implementations of this class and it seems to me that both implementations are safe to call multiple times.


If we call AbstractMessageListenerContainer#stop() once it will stop containers, but if we call it second time(or multiple times) it will wait until timeout (10 sec by default).

Should this be considered as a bug?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions