awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
apache avatar

apache/activemq

0
View on GitHub↗
2,435 stars·1,490 forks·Java·Apache-2.0·15 viewsactivemq.apache.org↗

Activemq

Apache ActiveMQ

Features

  • Message Queuing - Robust Java-based message broker.
  • Microservices and Messaging - Message broker for reliable asynchronous communication.

Star history

Star history chart for apache/activemqStar history chart for apache/activemq

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does apache/activemq do?

Apache ActiveMQ

What are the main features of apache/activemq?

The main features of apache/activemq are: Message Queuing, Microservices and Messaging.

What are some open-source alternatives to apache/activemq?

Open-source alternatives to apache/activemq include: beanstalkd/beanstalkd — Beanstalkd is a distributed work queue server designed for asynchronous job processing. It functions as a standalone… bennidi/mbassador — Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event… gearman/gearmand — gearmand. grpc/grpc-java — gRPC Java is a library for building distributed systems that enables client and server applications to interact… line/armeria — Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions… netflix/eureka — Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a…

Open-source alternatives to Activemq

Similar open-source projects, ranked by how many features they share with Activemq.
  • bennidi/mbassadorbennidi avatar

    bennidi/mbassador

    975View on GitHub↗

    Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven

    Javaconcurrent-programmingevent-driveneventbus
    View on GitHub↗975
  • gearman/gearmandgearman avatar

    gearman/gearmand

    759View on GitHub↗

    gearmand

    C++
    View on GitHub↗759
  • grpc/grpc-javagrpc avatar

    grpc/grpc-java

    12,032View on GitHub↗

    gRPC Java is a library for building distributed systems that enables client and server applications to interact through remote procedure calls. It uses protocol buffers to define service interfaces and exchange structured data, providing a framework for connecting microservices across different environments. The framework utilizes an asynchronous networking foundation to manage concurrent connections and relies on a multiplexed binary protocol to facilitate efficient data exchange. It supports pluggable transport interceptors, allowing for the injection of custom logic into the request-respon

    Javagrpcjavamicroservices
    View on GitHub↗12,032
  • beanstalkd/beanstalkdbeanstalkd avatar

    beanstalkd/beanstalkd

    6,697View on GitHub↗

    Beanstalkd is a distributed work queue server designed for asynchronous job processing. It functions as a standalone server that distributes background tasks between producers and consumers to improve application responsiveness and throughput. The system organizes tasks using numeric priority levels to ensure critical work is processed first. It manages the job lifecycle through discrete states and uses a simple line-based text protocol over TCP for communication. To ensure reliability, the server persists job data to a sequential disk log, allowing the queue state to be recovered after a sy

    C
    View on GitHub↗6,697
See all 9 alternatives to Activemq→