enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Publish–subscribe pattern - Wikipedia

    en.wikipedia.org/wiki/Publishsubscribe_pattern

    According to Gregor Hohpe, compared with synchronous messaging patterns (such as RPC) and point-to-point messaging patterns, publishsubscribe provides the highest level of decoupling among architectural components, however it can also couple them in some other ways (such as format and semantic coupling) so they become messy over time. [1]

  3. Message broker - Wikipedia

    en.wikipedia.org/wiki/Message_broker

    Provide content and topic-based message routing using the publishsubscribe pattern 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 ...

  4. Advanced Message Queuing Protocol - Wikipedia

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

    The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware.The defining features of AMQP are message orientation, queuing, routing (including point-to-point and publish-and-subscribe), reliability and security.

  5. Data Distribution Service - Wikipedia

    en.wikipedia.org/wiki/Data_Distribution_Service

    It implements a publishsubscribe pattern for sending and receiving data, events, and commands among the nodes. Nodes that produce information (publishers) create "topics" (e.g., temperature, location, pressure) and publish "samples". DDS delivers the samples to subscribers that declare an interest in that topic.

  6. Comparison of MQTT implementations - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_MQTT...

    MQTT is an ISO standard (ISO/IEC PRF 20922) [1] publishsubscribe-based messaging protocol. It works on top of the Internet protocol suite TCP/IP. It is designed for connections with remote locations where a "small code footprint" is required or the network bandwidth is limited. The publish-subscribe messaging pattern requires a message broker.

  7. Message queue - Wikipedia

    en.wikipedia.org/wiki/Message_queue

    In publish/subscribe systems, an application "publishes" information for any number of clients to read. In both of the above examples it would not make sense for the sender of the information to have to wait if, for example, one of the recipients had crashed.

  8. MQTT - Wikipedia

    en.wikipedia.org/wiki/MQTT

    MQTT (originally an initialism of MQ Telemetry Transport [a]) is a lightweight, publish-subscribe, machine to machine network protocol for message queue/message queuing service. It is designed for connections with remote locations that have devices with resource constraints or limited network bandwidth, such as in the Internet of Things (IoT).

  9. Talk:Publish–subscribe pattern - Wikipedia

    en.wikipedia.org/wiki/Talk:Publishsubscribe...

    7 Observers vs publish/subscribe. 1 comment. 8 Scale? 2 comments. 9 ...