Skip to content

wchrisjohnson/elixir_amqp_consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elixir_amqp_consumer

A simple first effort at an Elixir based RabbitMQ consumer

To start the server

Start iex shell and fire up the server

iex -S mix
{ :ok, pid } = :gen_server.start_link(ElixirAmqpConsumer.Server, 100, [])

About

A simple first effort at an Elixir based RabbitMQ consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages