rabbitmq / rabbitmq/rabbitmq-tutorials

Tutorial - When Things Go Wrong

Open
#372 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.