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
AMQP 0.10 is dead. 0-9-1 and 1.0 are the only versions worth supporting (the former is more widely used in the industry, the latter has been standardized).
Note that 0-9-1 and 1.0 are pretty much different protocols, despite the name.
I'm trying to read a queue of amqp version 0.10 and got this error:
[Error: Frame size exceeds frame max]
How can I fix this?
The text was updated successfully, but these errors were encountered: