Skip to content

virtual-origami/rabbitmqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmqtt

RabbitMQ + MQTT Pub/Sub Queue Stack

(Currently the MQTT Port 1883 is commented out in the docker-compose file

Usage

  1. Create a network for the stack called iotstack:

     docker network create iotstack
    
  2. Change the Default Username / Password / Node Namein the prototype.env file if needed

  3. Change the hostname for the RabbitMQ service in the docker-compose.yml file if needed

  4. Bring the Stack Up using:

     docker-compose up -d
    
  5. You can change the password for Redis in the redis/redis.conf file

Log Tracing

docker-compose logs -f

About

RabbitMQ + MQTT Pub/Sub Queue Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages