Apache ActiveMQ is recommended for enterprises looking for a reliable and scalable message broker, developers needing rich messaging functionality, and organizations that require robust support for various messaging protocols, including JMS, AMQP, STOMP, and MQTT. It is particularly well-suited for applications that need to distribute messages between different applications, languages, and platforms.
No Apache ActiveMQ videos yet. You could help us improve this page by suggesting one.
NSQ might be a bit more popular than Apache ActiveMQ. We know about 8 links to it since March 2021 and only 7 links to Apache ActiveMQ. 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.
Https://nsq.io/ is also very reliable, stable, lightweight, and easy to use. - Source: Hacker News / 9 months ago
(G)NATS can do millions of messages per second and is the right tool for the job (either that or NSQ). Redis isn't even the fastest Redis protocol implementation, KeyDB significantly outperforms it. Source: over 2 years ago
Bit.ly's NSQ is also an excellent message queue option. Source: over 2 years ago
Queue consumers are interesting because there are many solutions for them, from using Redis and persisting the data in a data store - but for fast and scalable the approach I would take is something like SQS (as I advocate AWS even free tier) or NSQ for managing your own distributed producers and consumers. Source: over 2 years ago
Distrubition server engine ( for example websocket server multi ws gateway and worker pool,nsq.io realtime message queue and so on). Source: almost 3 years ago
Before Kafka, traditional message queues like RabbitMQ and ActiveMQ were widely used, but they had limitations in handling massive, high-throughput real-time data streams. - Source: dev.to / 3 months ago
Consume open-source queuing services – customers can deploy message brokers such as ActiveMQ or RabbitMQ, to develop asynchronous applications, and when moving to the public cloud, use the cloud providers managed services alternatives. - Source: dev.to / 3 months ago
Apache ActiveMQ is an open-source Java-based message queue that can be accessed by clients written in Javascript, C, C++, Python and .NET. There are two versions of ActiveMQ, the existing “classic” version and the next generation “Artemis” version, which is currently being worked on. - Source: dev.to / about 2 years ago
For real-time streaming, we have other frameworks and tools like Apache Kafka, ActiveMQ, and AWS Kinesis. - Source: dev.to / over 2 years ago
The back-end is designed as a set of microservices communicating through a message broker, ActiveMQ, with a custom configuration to support delayed delivery and other features. - Source: dev.to / almost 3 years ago
RabbitMQ - RabbitMQ is an open source message broker software.
ZeroMQ - ZeroMQ is a high-performance asynchronous messaging library.
IBM MQ - IBM MQ is messaging middleware that simplifies and accelerates the integration of diverse applications and data across multiple platforms.
nanomsg - nanomsg is a socket library that provides several common communication patterns.
Apache Kafka - Apache Kafka is an open-source message broker project developed by the Apache Software Foundation written in Scala.
Amazon SQS - Amazon Simple Queue Service is a fully managed message queuing service.