achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans on implementing AMQP 1.0?

4F2E4A2E opened this issue · comments

First of all, thank you so very much for this project.

Do you have any plans &/ capacity for implementing the AMQP 1.0? ActiveMQ Artemis (first release 2015) requires it.

The 1.0 version of the AMQP protocol has significant differences from the 0.9.x version so unfortunately there are no plans to support it in this package. However, you might have better luck using this client which seems to implement bindings for the apache QPID libraries.

Closing this; as mentioned above, there are no plans on supporting AMQP 1.0 as it uses a different protocol.