GithubHelp home page GithubHelp logo

rabbitmq-middleman's Introduction

RabbitMQ Middleman

A middleman to consume messages from a RabbitMQ queue and send them through a websocket connection to a client.

Requirements

This project was developed using Go v1.21.4.

You will also need a RabbitMQ instance. It is recommended to use a docker image.

Usage

Clone the current repository and build an executable of the project:

go mod tidy
go build -o middleman main.go

The basic usage is the following:

middleman [rabbitmq_url] [rabbitmq_queue_name] [listening_port]

How does it work ?

Here is diagram of how the middleman is working:

Functional diagram

The middleman consumes messages from a RabbitMQ queue. A client can connect to the middleman via a websocket connection. When connected, the client will receive the consumed messages from the middleman.

The server is running on localhost:[listening_port] and the websocket endpoint is localhost:[listening_port]/ws.

If no client has established a websocket connection with the server, the messages are stored in memory. When a client connects, the stored messages are sent to the client.

rabbitmq-middleman's People

Contributors

yoshua70 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.