thebozturk / rabbitmq-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository has been created to understand the logic of RabbitMQ.

Technologies

  • Node
  • RabbitMQ
  • Requirements

  • RabbitMQ

  • Installation

    $ git clone https://github.com/thebozturk/rabbitmq-tutorial.git

    $ cd rabbitmq-tutorial

    $ npm install

    Usage

    • Run ' node publisher.js "queueName" ' in a terminal and run ' node consumer.js "queueName" ' in a other terminal.

    About


    Languages

    Language:JavaScript 100.0%