Skip to content

erlang distribution protocol over amqp

Notifications You must be signed in to change notification settings

2600hz/erlang-amqp_dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqp erlang protocol distributor implementation

compile

./rebar 3

run

edit amqp uris in config/sys.config run: erl -pa _build/default/lib/*/ebin -proto_dist amqp -no_epmd -name [email protected] -setcookie change_me -config ./config/sys.config

testing

start 2 or more nodes, in shell after 2/3 sec, type nodes(). you should see the nodes listed

play with it!

adding a broker at runtime

amqp_dist:add_broker("guest:guest@rabbitmq").

About

erlang distribution protocol over amqp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published