top of page
Search
The Tech Platform
Feb 24, 2022
Using RabbitMQ with multiple consumers from one .NET executable
RabbitMQ is a popular message broker that uses AMQP protocol. Helps creating and working with queues of data messages. Queues are needed...
The Tech Platform
Jan 9, 2022
Notification Queue : RabbitMQ in .NET Core
lets start the RabbitMQ server running in docker container. If you don’t have already, it will pull by default and command it: docker run...
The Tech Platform
Dec 21, 2021
Distributed .NET application with Masstransit and RabbitMQ
Since it supports docker it should be able to run dotnet even though I can’t install dotnet directly on the NAS. Given the context I will...
The Tech Platform
Nov 16, 2021
What is AMQP and why is it used in RabbitMQ?
Advanced Message Queuing Protocol (AMQP) is created as an open standard protocol that allows messaging interoperability between systems,...
The Tech Platform
Nov 16, 2021
RabbitMQ in .NET Core
RabbitMQ is a most popular and widely used open source message broker software. It supports multiple protocols AMQP, STOMP, MQTT, HTTP...
bottom of page