Skip to content

lanyonm/amqp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This project is meant to be a simple AMQP demo to show how you can easily send messages between languages using AMQP. The demo uses RabbitMQ for AMQP and borrows heavily from Rob Harrop's demo given at the What's Next conference in 2011 (link) and (link).

All the publishers and consumers herein expect an AMQP compliant server like RabbitMQ to be running on localhost:5672 using guest/guest. The web UI will be located at http://localhost:15672/.

RabbitMQ

Find installation and running instructions here. I installed the RabbitMQ via Homebrew and ran it via rabbitmq-server with the default configurations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors