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
I am pretty sure the problem is that it's looking at a message which has been read from disk (user says you need a large queue) and doesn't have decoded content, hence {badmatch, none}.
The text was updated successfully, but these errors were encountered:
See bug report: https://groups.google.com/d/msg/rabbitmq-users/bD0Pex1LXAE/mPvEjFdiXUkJ
The line badmatching is here:
rabbitmq-server/src/rabbit_priority_queue.erl
Line 533 in 7803bd2
I am pretty sure the problem is that it's looking at a message which has been read from disk (user says you need a large queue) and doesn't have decoded content, hence
{badmatch, none}
.The text was updated successfully, but these errors were encountered: