rabbitmq / rabbitmq-amqp1.0-client

Erlang AMQP 1.0 client
Other
20 stars 29 forks source link

consumer #36

Closed qiannianshaonian closed 5 years ago

qiannianshaonian commented 5 years ago

Is the amqp0.9 consumer equal to the receiver here?

michaelklishin commented 5 years ago

This is an AMQP 1.0 client. AMQP 0-9-1 and AMQP 1.0 are completely different protocols, despite the name. See rabbitmq/rabbitmq-erlang-client if you need an AMQP 0-9-1 client.