Skip to content

Tutorial - When Things Go Wrong #372

Open
@lukebakken

Description

@lukebakken
Contributor

Is your feature request related to a problem? Please describe.

In rabbitmq/rabbitmq-dotnet-client#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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @lukebakken

      Issue actions

        Tutorial - When Things Go Wrong · Issue #372 · rabbitmq/rabbitmq-tutorials