Git Product home page Git Product logo

rabbitmq_tutorial's Introduction

rabbitMQ_Tutorial

Tutorial based off this: https://www.youtube.com/watch?v=0--Ll3WHMTQ

This tutorial/template is going to be implemented for the Battery Queue Service

Instructions

  1. download Docker Desktop
  2. on DockerHub website, search for "rabbit mq" and check versions, i'm using the version 3.12.10-management
  3. In cmd prompt, type the command docker pull rabbitmq: 3.12.10-management
  4. Check docker desktop images to see if docker is there.
  5. run command in cmd prompt docker run --rm -it -p 15672:15672 -p 5672:5672 rabbitmq:3.12.10-management
  • Port 15672 is for the RabbitMQ management website.
  • Port 5672 is used for the RabbitMQ client connections.

Sending a POST Request.

http://localhost:8080/api/v1/publish

{ "id": 1, "firstName": "John", "lastName": "Doe" }

Architecture

RabbitMQ Architecture

rabbitmq_tutorial's People

Contributors

markveerasingam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.