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

Error consuming from a queue that contains data packaged with msgpack #538

Open
abbas-unitary opened this issue Jun 19, 2023 · 0 comments
Open

Comments

@abbas-unitary
Copy link

My application consumes from a queue that contains messages packaged with msgpack. When channel.Consume is called, the rabbitmq server drops the connection, and channel.NotifyClose returns the following error "error":"Exception (501) Reason: \"Exception (502) Reason: \\\"invalid field or value inside of a frame\\\"\"". This error seems to occur in some queues and not in others, and the configuration of all the queues is the same. I don't expect the msgpack encoding to be the problem, but I am unable to get to the bottom of this. Any thoughts?

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

No branches or pull requests

1 participant