Implementation of amqp 0.9.1 library for haxe.
cd spec
haxe --run GenerateDefinition.hx amqp-rabbitmq-0.9.1.json
Using amqp source install.
haxelib git amqp https://github.com/Dreaded-Gnu/haxe-amqp
Using amqp normal install
haxelib install amqp
This project relies heavily on promises which is linked as submodule and applied to class path via macro set as haxelib src.
In order to use examples with docker based rabbitmq from this project you've to generate a set of certificates via tls-gen
.