Skip to content

gfalexander/rabbitmq_go_fiber

Repository files navigation

Go Fiber RabbitMQ

This project was created purposed by being a RabbitMQ messenger example.

About

Project for RabbitMQ studying using Golang and Fiber

Quick Start

  • Install and run

    1. Install Docker, Docker compose
    2. Run Makefile
    make run
  • Make sure is running

    1. Access the RabbitMQ interface in browser
    http://localhost:15672/
    

    The expected result is: RabbitMQ login page

    1. Default login to rabbit is guest in both inputs (user and password)

    2. Go to Channels and check if the 2 services (sender and receiver) are connected RabbitMQ channel page

    3. Go to queues and check if MessageService is instanced and is running.

    4. send a request to sender

    curl \
    --request GET \
    --url 'http://localhost:3000/send?msg=test'
    
    1. Enjoy the service.

About

A project using rabbitMQ and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published