Skip to content

mrkaspa/gen_amqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenAMQP Microservices Utilities

GenAMQP is a set of utilities to make microservices sync or async over RabbitMQ

Installation

If available in Hex, the package can be installed as:

Add gen_amqp to your list of dependencies in mix.exs:

def deps do
  [{:gen_amqp, "~> 5.0.0"}]
end

def application do
  [applications: [:gen_amqp]]
end

About

Cool features on top of AMQP using Genserver Elixir patterns

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages