Software Alternatives & Reviews

ZeroMQ VS Microsoft Azure Service Bus

Compare ZeroMQ VS Microsoft Azure Service Bus and see what are their differences

ZeroMQ logo ZeroMQ

ZeroMQ is a high-performance asynchronous messaging library.

Microsoft Azure Service Bus logo Microsoft Azure Service Bus

Microsoft Azure Service Bus offers cloud messaging service between applications and services.
  • ZeroMQ Landing page
    Landing page //
    2021-10-01
  • Microsoft Azure Service Bus Landing page
    Landing page //
    2023-08-05

ZeroMQ

Categories
  • Data Integration
  • Stream Processing
  • Web Service Automation
  • ETL
Website zeromq.org
Details $

Microsoft Azure Service Bus

Categories
  • Data Integration
  • Stream Processing
  • Web Service Automation
  • ETL
Website azure.microsoft.com
Details $-

ZeroMQ videos

Pieter Hintjens - Distribution, Scale and Flexibility with ZeroMQ

More videos:

  • Review - DragonOS LTS Review srsLTE ZeroMQ, tetra, IMSI catcher, irdium toolkit, and modmobmap (rtlsdr)

Microsoft Azure Service Bus videos

No Microsoft Azure Service Bus videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to ZeroMQ and Microsoft Azure Service Bus)
Stream Processing
69 69%
31% 31
Data Integration
67 67%
33% 33
Web Service Automation
63 63%
37% 37
Communication
100 100%
0% 0

User comments

Share your experience with using ZeroMQ and Microsoft Azure Service Bus. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, ZeroMQ seems to be a lot more popular than Microsoft Azure Service Bus. While we know about 35 links to ZeroMQ, we've tracked only 3 mentions of Microsoft Azure Service Bus. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

ZeroMQ mentions (35)

  • Omegle is Gone, What Will Fill It's Gap?
    In this post from 2011, the creator of Omegle, Leif Brooks, explains what technology is used, including Python and a library called gevent for the backend. On top of that, Adobe Cirrus is used for streaming video. Though this post was 12 years ago, it is valuable to know what a web application like Omegle requires. A modern library that may provide some functionality for a text chat at a minimum may be... Source: 5 months ago
  • Video Streaming at Scale with Kubernetes and RabbitMQ
    They might be thinking of something like ZeroMQ, which is pretty well liked: https://zeromq.org/ That said, I wouldn't call RabbitMQ that heavyweight myself, at least when compared to something like Apache Kafka. - Source: Hacker News / 6 months ago
  • learn by doing vs learn by course?
    If you want to learn message passing in an environment you're familiar with, you should check out ZeroMQ. It's a C++ lib for socket abstraction, it's immensely useful in distributed systems, it can also do in-process message passing, and it's got bindings/ports for C and Rust. Source: 11 months ago
  • Shipping large ML models with electron
    Inspired by the IDE language server protocol, I created an API interface between the electron and the Python ML interface. ZeroMQ turned out be an invaluable resource as a fast and lightweight messaging queue between the two. - Source: dev.to / about 1 year ago
  • how to display constantly changing data from a database in real time
    If you really need it live, like for a chat or auctions you can use https://zeromq.org/ over websockets. Source: about 1 year ago
View more

Microsoft Azure Service Bus mentions (3)

  • Top 6 message queues for distributed architectures
    Microsoft Azure Service Bus is a reliable, fully managed Cloud service for delivering messages via queues or topics. It has a free and paid tier. - Source: dev.to / 11 months ago
  • Managing the infrastructure of a reusable ecommerce platform with Terraform
    Our team uses Azure as our cloud provider to manage all those resources. Every service uses different resources related to the business logic they handle. We use resources like Azure Service Bus to handle the asynchronous communication between them and Azure Key Vault to store the secrets and environment variables. - Source: dev.to / almost 3 years ago
  • Setting up demos in Azure - Part 1: ARM templates
    For event infrastructure, we have a bunch of options, like Azure Service Bus, Azure Event Grid and Azure Event Hubs. Like the databases, they aren't mutually exclusive and I could use all, depending on the circumstance, but to keep things simple, I'll pick one and move on. Right now I'm more inclined towards Event Hubs, as it works similarly to Apache Kafka, which is a good fit for the presentation context. - Source: dev.to / about 3 years ago

What are some alternatives?

When comparing ZeroMQ and Microsoft Azure Service Bus, you can also consider the following products

RabbitMQ - RabbitMQ is an open source message broker software.

Apache Kafka - Apache Kafka is an open-source message broker project developed by the Apache Software Foundation written in Scala.

Apache ActiveMQ - Apache ActiveMQ is an open source messaging and integration patterns server.

Amazon SQS - Amazon Simple Queue Service is a fully managed message queuing service.

Amazon MQ - Amazon MQ is a managed message broker service for ActiveMQ that makes it easy to set up and operate message brokers in the cloud. Easily migrate messaging.

Hangfire - An easy way to perform background processing in .NET and .NET Core applications.