Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception header can become too large for rabbit to receive #82

Closed
zlepper opened this issue Jul 5, 2021 · 0 comments · Fixed by #83
Closed

Exception header can become too large for rabbit to receive #82

zlepper opened this issue Jul 5, 2021 · 0 comments · Fixed by #83

Comments

@zlepper
Copy link
Contributor

zlepper commented Jul 5, 2021

The headers in rabbitmq has a length limit of 131072 bytes.

If the header becomes bigger than that, rabbit starts rejecting the message, which means rebus cannot move the message to the error queue, and then just starts going ham retrying it.

I'm working on a fix, but i'm not sure just chopping the end of the header of is the best way to go about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant