awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/activemq

0
View on GitHub↗
activemq.apache.org↗

Activemq

Apache ActiveMQ

Features

  • Message Queuing - Robust Java-based message broker.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI
  • Microservices and Messaging - Message broker for reliable asynchronous communication.
  • 2,435 estrellas·1,490 forks·Java·Apache-2.0·3 vistas

    Historial de estrellas

    Gráfico del historial de estrellas de apache/activemqGráfico del historial de estrellas de apache/activemq

    Alternativas open-source a Activemq

    Proyectos open-source similares, clasificados según cuántas características comparten con Activemq.
    • bennidi/mbassadorAvatar de bennidi

      bennidi/mbassador

      975Ver en 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
      Ver en GitHub↗975
    • gearman/gearmandAvatar de gearman

      gearman/gearmand

      759Ver en GitHub↗

      gearmand

      C++
      Ver en GitHub↗759
    • grpc/grpc-javaAvatar de grpc

      grpc/grpc-java

      12,032Ver en 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
      Ver en GitHub↗12,032
    • beanstalkd/beanstalkdAvatar de beanstalkd

      beanstalkd/beanstalkd

      6,697Ver en 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
      Ver en GitHub↗6,697
    Ver las 9 alternativas a Activemq→

    Preguntas frecuentes

    ¿Qué hace apache/activemq?

    Apache ActiveMQ

    ¿Cuáles son las características principales de apache/activemq?

    Las características principales de apache/activemq son: Message Queuing, Microservices and Messaging.

    ¿Qué alternativas de código abierto existen para apache/activemq?

    Las alternativas de código abierto para apache/activemq incluyen: 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…