Home Tags Privacy About

All posts tagged with "RabbitMQ"

RabbitMQ is an open source message broker that can be deployed to handle publishing and consumption of messages using different patterns and approaches.

Page 1 of 1

RabbitMQ - Avoid loss of messages when using a cluster or general use

You likely want to avoid loss of messages when using RabbitMQ. This post is about clusters, but I will begin by discussing how this is done »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on RabbitMQ 29 July 2018

RabbitMQ Cluster - Queues on more than one node and how to create failover

A RabbitMQ cluster consists of several RabbitMQ nodes (instances) that work together and form a single logical broker. Queues in a RabbitMQ cluster only reside on »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on RabbitMQ 25 July 2018

RabbitMQ - what is the difference between persistency and durability?

People often mix up these two terms in RabbitMQ - persistent and durable. Here I will clarify these and show how they differ. They both have »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on RabbitMQ 25 July 2018

RabbitMQ - figuring out how many more consumers you can add to a queue

Using the field Consumer utilisation in the RabbitMQ interface can get you a figure of how many more consumers you can add to a queue. Often »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on RabbitMQ 25 July 2018

C# - Set a friendly / readable ConnectionName for RabbitMQ connection

I recently looked into this. I did a lot of googling before finding the simplest solution ever. using your ConnectionFactory(or IConnectionFactory) you invoke the method »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on RabbitMQ, C# 13 July 2017
Page 1 of 1
  • Rss
  • Twitter
  • LinkedIn
  • profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2025 Privacy policy