Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

fozbek/RabbitMQ-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ Example

An exmaple of use RabbitMQ in multiple programming languages, Golang and PHP.

$ docker-compose up

... and you can see RabbitMQ magement page at http://localhost:90 You can login with default credentials.

guest:guest

You can send message to RabbitMQ with producer

$ curl -d "id=1&name=Iphone" -X POST http://localhost:91

You can see the messages on docker-compose logs for now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published