RabbitMQ

A collection of 2 post

Get started with RabbitMQ using ReactJS

Achieve an easy app that sums up two numbers using a RabbitMQ queue. Before starting this post I advise that you should have already complete the RabbitMQ starting tutorial. 1. Complete the task using only javascript: That’s all it takes to complete an easy task like adding up two numbers.…

RabbitMQ default user 'guest' not working

Issue ( not really an issue :) ) After you install RabbitMQ and enable his plugin management console  you can connect to that management console by visiting: http://[your droplet’s IP]:15672/.However there is a problem if you don’t connect to it from localhost: http://localhost:15672/. Because as…