Skip to content

davidatkinsuk/rabbit-mq-simple-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rabbit-mq-simple-client

Using https://www.rabbitmq.com/tutorials/tutorial-one-java.html

Docker based server

  docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 -p 5672:5672 rabbitmq:3-management

Can check logs with

  docker logs some-rabbit

See https://hub.docker.com/_/rabbitmq/ for more info

Can look at management page on

  http://localhost:8080

Useful Documentation

https://www.rabbitmq.com/tutorials/amqp-concepts.html - Exchanges and Queues explained https://www.rabbitmq.com/api-guide.html - Java Client API Guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages