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

Add suport to ampq 0.10 #94

Closed
felipesmendes opened this issue Aug 25, 2014 · 2 comments
Closed

Add suport to ampq 0.10 #94

felipesmendes opened this issue Aug 25, 2014 · 2 comments
Labels

Comments

@felipesmendes
Copy link

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?

@michaelklishin
Copy link

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.

@squaremo
Copy link
Collaborator

How can I fix this?

Sorry to give an unhelpful answer, but

  1. use a different queueing server (e.g., RabbitMQ)
  2. use a different client library (I think if you look around the Apache Qpid site you might find one)

amqplib won't ever support AMQP 0-10.

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

No branches or pull requests

3 participants