[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

MQに関するd_akatsukaのブックマーク (3)

  • ØMQ(zeromq)について調査する。

    ØMQ(zeromq)について簡単に調査したのでメモ。元ネタはØMQ - The Guide。 概要 N-N通信を実現する、socket API風軽量メッセージングライブラリ。 自動的な再接続や、メッセージのキューイングを行ってくれる。 複数のメッセージングパターンと呼ばれるものを組み合わせることによって、柔軟なメッセージ配信を行うことができる。 ライブラリについて socket APIライクなC APIを持つ。以下socketは、zeromqのsocketを指す。 zeromqはコンテキストというものを通じて使う。1コンテキストに、I/Oスレッドが1つ割り当てられる。基1プロセスに1コンテキストでOK。複数のcontextを持つことはできるし、その場合は同じ個数のI/Oスレッドが走る。 zeromqのsocketは、プロセス内通信(スレッド間通信など)、プロセス間通信、TCP、UDPマ

    ØMQ(zeromq)について調査する。
  • Clustering Guide | RabbitMQ

    Overview​ This guide covers fundamental topics related to RabbitMQ clustering: How RabbitMQ nodes are identified: node names Requirements for clustering What data is and isn't replicated between cluster nodes What clustering means for clients How clusters are formed How nodes authenticate to each other (and with CLI tools) Why it's important to use an odd number of nodes and two-cluster nodes are

  • Classic Queue Mirroring | RabbitMQ

    Wait, There's a Better Way: Modern Replicated Queue Type and Streams​ This guide covers a long time deprecated and in 4.x, removed legacy feature: mirroring (queue contents replication) of classic queues. Quorum queues and/or streams should be used instead of mirrored classic queues. Quorum queues are a more advanced queue type, which offers high availability using replication and focuses on data

  • 1