rabbitmq / rabbitmq/rabbitmq-java-client
Make connection/channel close idempotent
Open
@acogoluegnes is already working on this.
Since Apr 4, 2018.
effort-low
usability
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 587
- Avg merge
- 7h 29m
- Merged PRs (30d)
- 41
Description
It could be useful to be able to call Connection/Channel#close several times safely, or to have a flag to know closing is in-progress. See https://github.com/reactor/reactor-rabbitmq/commit/053b2f0e0646b37d64216d55656534759559f055.
This would be just a matter of using an AtomicBoolean and be careful with corner cases.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.