achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1
MIT License
79 stars 40 forks source link

Any plans on implementing AMQP 1.0? #41

Closed 4F2E4A2E closed 3 years ago

4F2E4A2E commented 4 years ago

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.

achilleasa commented 3 years ago

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.

achilleasa commented 3 years ago

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