# Solace vs ZeroMQ

**Leader by Vioscale score:** ZeroMQ

| Attribute | Solace | ZeroMQ |
|---|---|---|
| **Vioscale score** | 47.8 (7% (low)) | 57 (48% (low)) |
| activity.commits_last_30d | - | 19 |
| adoption.dependent_repos | - | 2,003 |
| adoption.github_stars | - | 10,972 |
| adoption.package_downloads_weekly | - | 25,005,888 |
| deployment.options | `{"cloud":true,"self_hosted":true}` | `{"self_hosted":true}` |
| description.long | A messaging service that enables developers to create event-driven applications and microservices using multiple programming languages and open protocols (MQTT, REST, JMS, proprietary Direct) across cloud and self-hosted deployment options. | ZeroMQ is a messaging library that enables asynchronous communication through socket abstractions, supporting multiple communication patterns, message subscriptions, and access to various transport protocols. |
| features.capabilities | `{"hosting":"both","ordering":"per_partition","paradigm":"pubsub","protocol":"MQTT, REST, JMS, Direct","persistent_log":false,"consumer_groups":true,"managed_offering":true,"delivery_guarantee":"at_most_once","horizontal_scaling":true}` | `{"hosting":"self","paradigm":"pubsub","protocol":"ZMTP/3.1","managed_offering":false}` |
| integrations.count | 4 | 11 |
| integrations.list | `[{"name":"AWS"},{"name":"Kafka"},{"name":"Spark"},{"name":"IBM WebSphere"}]` | `[{"name":"Microsoft"},{"name":"Samsung"},{"name":"AT&T"},{"name":"Spotify"},{"name":"Facebook"},{"name":"Digital Ocean"},{"name":"Auth0"},{"name":"Bitcoin"},{"name":"Jupyter"},{"name":"Mongrel2"},{"name":"Jina"}]` |
| language.primary | - | C++ |
| license.spdx | - | MPL-2.0 |
| platform.support | `{"cli":true,"linux":true}` | `{"mac":true,"linux":true,"android":true,"windows":true}` |
| pricing | - | `{"type":"open_source","freeTier":true,"sourceUrl":"https://zeromq.org","retrievedAt":"2026-08-14T11:07:53.298Z"}` |
| pricing.free_tier | - | yes |
| pricing.model | - | open_source |
| pricing.price_level | - | free |
| pricing.transparent | - | yes |
| release.cadence_days | - | 114 |
| release.history | - | `[{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.3.5","date":"2023-10-09T11:17:14Z","type":"stable","version":"v4.3.5"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.3.4","date":"2021-01-17T13:23:31Z","type":"stable","version":"v4.3.4"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.3.3","date":"2020-09-07T16:26:42Z","type":"stable","version":"v4.3.3"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.3.2","date":"2019-07-08T16:22:37Z","type":"stable","version":"v4.3.2"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.3.1","date":"2019-01-12T16:21:50Z","type":"stable","version":"v4.3.1"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.3.0","date":"2018-11-28T20:16:09Z","type":"stable","version":"v4.3.0"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.5","date":"2018-03-23T19:37:59Z","type":"stable","version":"v4.2.5"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.4","date":"2018-03-21T16:03:32Z","type":"stable","version":"v4.2.4"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.3","date":"2017-12-13T13:41:38Z","type":"stable","version":"v4.2.3"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.2","date":"2017-02-18T18:09:59Z","type":"stable","version":"v4.2.2"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.1","date":"2016-12-31T15:30:03Z","type":"stable","version":"v4.2.1"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.0","date":"2016-11-04T10:33:51Z","type":"stable","version":"v4.2.0"},{"url":"https://github.com/zeromq/libzmq/releases/tag/v4.2.0-rc1","date":"2016-11-01T15:31:54Z","type":"prerelease","version":"v4.2.0-rc1"}]` |
| security.scorecard | - | 5.7 |
| security.vulnerabilities | - | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=conda&package_name=zeromq&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Message Queues)

| Capability | Solace | ZeroMQ |
|---|:--:|:--:|
| **Core** |  |  |
| Messaging paradigm | Pub/sub | Pub/sub |
| **Correctness** |  |  |
| Delivery guarantee | At-most-once | - |
| Ordering guarantee | Per-partition | - |
| **Durability** |  |  |
| Durable replayable log | ✗ | - |
| Message replay / rewind | - | - |
| **Interop** |  |  |
| Wire protocol | MQTT, REST, JMS, Direct | ZMTP/3.1 |
| Kafka-protocol compatible | - | - |
| **Scale** |  |  |
| Partitioned horizontal scaling | ✓ | - |
| Geo / cross-region replication | - | - |
| **Consumption** |  |  |
| Consumer groups / competing consumers | ✓ | - |
| Dead-letter queue | - | - |
| **Deployment** |  |  |
| Managed cloud offering exists | ✓ | ✗ |
| Hosting | Cloud + self-hosted | Self-hosted only |
| **Processing** |  |  |
| Built-in stream processing | - | - |

*Source: Vioscale. Generated 2026-09-01T20:45:40.015Z. "-" = undocumented, not absent.*
