rabbitmq queue plugin for queues-core
var queue:IQueue<Int> = QueueFactory.createQueue(QueueFactory.RABBITMQ_QUEUE, {
brokerUrl: "amqp://localhost",
queueName: "my-http-request-queue"
});
...
See queues-core for further information on how to use IQueue<T>
Note: the act of including this haxelib in your project automatically registers its type with QueueFactory