Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 463 Bytes

uk.co.noxtech.docker.producer

Example producer application which sends Telephone objects to the RabbitMQ instance specified by the environment variable RABBIT_MQ_IP.

Build and Run

1.To build the docker images, check out the full project structure:

  • uk.co.noxtech.docker
  • uk.co.noxtech.docker.data
  • uk.co.noxtech.docker.consumer
  • uk.co.noxtech.docker.producer
  • uk.co.noxtech.docker.rabbitmq
  1. Check the instructions in the uk.co.noxtech.docker project.