rabbitmq / rabbitmq/rabbitmq-tutorials
Tutorial - When Things Go Wrong
Open
@lukebakken is already working on this.
Since Dec 9, 2023.
enhancement
- Dominant language
- Java
- Stars
- 6.9k
- Forks
- 3.5k
- Avg merge
- 3h 27m
- Merged PRs (30d)
- 28
Description
Is your feature request related to a problem? Please describe.
In https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1376, a user did not realize that a channel level exception returned from RabbitMQ meant that the channel was no longer valid.
Our tutorials should cover some of the most common exceptions encountered with RabbitMQ
Describe the solution you'd like
A tutorial that demonstrates what to do in these cases:
- Common connection exception (auth error?)
- Common channel exceptions (precondition failed, missing entity)
- Operation timeouts
- Other?
Describe alternatives you've considered
N/A
Additional context
No response
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.