enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Apache Kafka - Wikipedia

    en.wikipedia.org/wiki/Apache_Kafka

    Apache Kafka is a distributed event store and stream-processing platform. It is an open-source system developed by the Apache Software Foundation written in Java and Scala.The project aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.

  3. Message queue - Wikipedia

    en.wikipedia.org/wiki/Message_queue

    The message queue paradigm is a sibling of the publisher/subscriber pattern, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the publisher/subscriber and message queue models in their API, e.g. Java Message Service (JMS).

  4. Message-oriented middleware - Wikipedia

    en.wikipedia.org/wiki/Message-oriented_middleware

    The primary disadvantage of many message-oriented middleware systems is that they require an extra component in the architecture, the message transfer agent (message broker). As with any system , adding another component can lead to reductions in performance and reliability, and can also make the system as a whole more difficult and expensive ...

  5. Message broker - Wikipedia

    en.wikipedia.org/wiki/Message_broker

    Message brokers are generally based on one of two fundamental architectures: hub-and-spoke and message bus. In the first, a central server acts as the mechanism that provides integration services, whereas with the latter, the message broker is a communication backbone or distributed service that acts on the bus . [ 3 ]

  6. Advanced Message Queuing Protocol - Wikipedia

    en.wikipedia.org/wiki/Advanced_Message_Queuing...

    AMQP is a binary application layer protocol, designed to efficiently support a wide variety of messaging applications and communication patterns. It provides flow controlled, [3] message-oriented communication with message-delivery guarantees such as at-most-once (where each message is delivered once or never), at-least-once (where each message is certain to be delivered, but may do so ...

  7. Message queuing service - Wikipedia

    en.wikipedia.org/wiki/Message_queuing_service

    Message queues can be a good buffer to handle spiky workloads but they have a finite capacity. According to Gregor Hohpe, message queues require proper mechanisms (aka flow controls) to avoid filling the queue beyond its manageable capacity and to keep the system stable.

  8. Publish–subscribe pattern - Wikipedia

    en.wikipedia.org/wiki/Publish–subscribe_pattern

    Publish–subscribe is a sibling of the message queue paradigm, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the pub/sub and message queue models in their API; e.g., Java Message Service (JMS).

  9. Open Message Queue - Wikipedia

    en.wikipedia.org/wiki/Open_Message_Queue

    Open Message Queue (OpenMQ or Open MQ) is an open-source [2] message-oriented middleware project by Oracle (formerly Sun Microsystems) that implements the Java Message Service 2.0 API (JMS). It is the default JMS provider integrated into GlassFish .