Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 629 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 629 Bytes

DK RabbitMQ messanger Sample Project

This project is a simple messaging application using RabbitMQ.

To get started with RabbitMQ, you need to install both Erlang and RabbitMQ on your local machine or another server. After installation, RabbitMQ can be accessed via its IP address and port number (default port: 5672).

Next, install the RabbitMQ client package by running the following command:

Install-Package RabbitMQ.Client

If you have any suggestions for improving this project, please feel free to share them.