Skip to content

A demo of using Erlang to talk to Azure Service Bus via AMQP 1.0 using the RabbitMQ client.

License

Notifications You must be signed in to change notification settings

ParamountVentures/erlang-servicebus-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myapp

A demo of using Erlang to talk to Azure Service Bus via AMQP 1.0 using the RabbitMQ client.

As this uses a beta version of the MQ library it includes the binaries due to some complexities in building it.

Build

Create a Service Bus instance on Azure and queue with Session and Partitioning enabled.

$ git clone git@github.com:ParamountVentures/erlang-servicebus-client.git

$ cd erlang-servicebus-client

Add the config details for Azure to src/myapp.app.src - placeholders are highlighted.

$ ./rebar3 shell

$ application:start(myapp).

Send a message to Service Bus:

$ myapp_app:send().

Retrieve the message:

$ myapp_app:retrieve().

About

A demo of using Erlang to talk to Azure Service Bus via AMQP 1.0 using the RabbitMQ client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages