PlugAmqp

Build and Test Coverage Status

A Plug adapter for AMQP.

Installation

You can use plug_amqp in your project by adding the dependency:

def deps do
  [
    {:plug_amqp, "~> 0.5"},
  ]
end

You can then start the adapter with:

Plug.AMQP, plug: MyPlug

Check Plug.AMQP module from the online documentation for more information. Also, check the code under the examples folder.