You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
zlepper
added a commit
to Digizuite/Rebus.RabbitMq
that referenced
this issue
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.
The text was updated successfully, but these errors were encountered: